* Olivier Berten <[EMAIL PROTECTED]> [2008-07-04 18:21:31 -0000]:

> With version 1.16-10 it doesn't import anything anymore...

I just uploaded a new release 1.17-1 into Debian/unstable. "import lcms" works
fine there.

Cheers,

Alex.

> Python 2.5.2 (r252:60911, Jun 28 2008, 14:35:19) 
> [GCC 4.3.1] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> from lcms import *
> >>> dir()
> ['__builtins__', '__doc__', '__name__']
> >>> from lcms.lcms import *
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> ImportError: No module named lcms
> >>> import lcms
> >>> dir()
> ['__builtins__', '__doc__', '__name__', 'lcms']
> >>> dir(lcms)
> ['__builtins__', '__doc__', '__file__', '__name__', '__path__']
> >>>
> 
> -- 
> python-liblcms: python bindings defective
> https://bugs.launchpad.net/bugs/178033
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
python-liblcms: python bindings defective
https://bugs.launchpad.net/bugs/178033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to