* Guy K. Kloss <[EMAIL PROTECTED]> [2007-12-22 13:56:05 +1300]:

> Hi,
> 
> does anybody else experience broken Python bindings of the python-liblcms 
> package in Ubuntu? I'm trying to use it on Gutsy, have tries to backport the 
> Hardy packages, but to the same (negative) effect. The module "lcms" imports 
> without error, but it does not contain any bindings to liblcms1.
> 
> Compiling the current 1.17 sources with the "--with-python" configure flag 
> however works flawlessly.
> 
> I have filed a bug report on launchpad. If anybody wants/needs to add 
> something, here it is:
> 
> https://bugs.launchpad.net/ubuntu/+source/lcms/+bug/178033
> 
> Guy

Hello Guy,

[EMAIL PROTECTED]:~$ python
Python 2.4.4 (#2, Aug 16 2007, 02:03:40)
[GCC 4.1.3 20070812 (prerelease) (Debian 4.1.2-15)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from lcms import lcms
>>> foo = lcms.cmsCIEXYZ()
>>> foo
XYZ [0, 0, 0]

Notice the way it's imported.

Regards,

Alex

(Debian liblcms maintainer)

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to