Public bug reported:

Binary package hint: python-liblcms

* installing liblcms1 and python-liblcms
* the module "lcms" from the python bindings to LittleCMS are available, but 
they do not seem to contain any bindings to the actual liblcms1 library
* try the following in the interactive python interpreter:

$ python
Python 2.5.1 (r251:54863, Oct  5 2007, 13:36:32)
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import lcms
>>> foo = lcms.cmsCIEXYZ()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'cmsCIEXYZ'
>>> 

Compilation of lcms-1.17 from the original sources
(http://littlecms.com) using the configure flag --with-python yields
proper bindings.

** Affects: lcms (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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 the bug contact for Ubuntu.

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

Reply via email to