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

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 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