Hi,

ImportError: ./_lcms.so: undefined symbol: _cmsBuildKToneCurve

It seems like you have mixed versions of .so and python wrapper.
Try to uninstall the old library and then reinstall 1.15, this particular
function was introduced in 1.15 and didn't exist in 1.14

Regards
Marti Maria
The littleCMS project
http://www.littlecms.com



----- Original Message ----- From: <[EMAIL PROTECTED]>
To: "lcms-user" <lcms-user@lists.sourceforge.net>
Sent: Tuesday, April 11, 2006 6:30 PM
Subject: [Lcms-user] Python wrapping don'work


Hello,

I am correcty downloaded compiled and installed version 1.15 of lcms into my Linux Box (SuSE 10.0).

If I try to use the wrapping of library with python I obtain an error:

Python 2.4 (#1, Mar 22 2005, 21:42:42)
[GCC 3.3.5 20050117 (prerelease) (SUSE Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import lcms
Traceback (most recent call last):
 File "<stdin>", line 1, in ?
 File "lcms.py", line 5, in ?
   import _lcms
ImportError: ./_lcms.so: undefined symbol: _cmsBuildKToneCurve


I have tried to rewrite [lcms.i] in a "raw mode" as follow (I cut obvious steps):

/* pylcms.i */

%module lcms

%{
#include "include/icc34.h"
#include "include/lcms.h"
%}

%include "include/lcms.h"

but the error that I obtain is exactly the same.
Someone have suggestions or hints about ?

Thank you very much in advance !!!

Mike Chiarappa
[EMAIL PROTECTED]




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to