[DB-SIG] pep 249

Carsten Haese carsten at uniqsys.com
Wed Nov 7 14:30:27 CET 2007


On Tue, 2007-11-06 at 15:22 -0700, John Lhotak wrote:
> [...] So no errors and everything seems okay. When I get into python and try 
> to run:
> import informixdb
> I get this error:
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File "/usr/lib/python2.4/site-packages/informixdb.py", line 146, in ?
>     from _informixdb import *
> ImportError: /usr/lib/python2.4/site-packages/_informixdb.so: undefined 
> symbol: sqli_describe_input_stmt

[Already sent this response in private email, but I just noticed that
the question was also sent to the list]

In order to troubleshoot this, I'll need to know a bit more about your
system. What output do you get from the command
"ldd /usr/lib/python2.4/site-packages/_informixdb.so"? What version does
"esql -V" report? What was $INFORMIXDIR set to when you compiled the
module? Is $INFORMIXDIR set to something different when you try to run
the module, and if so, what is it set to? 

Thanks,

-- 
Carsten Haese
http://informixdb.sourceforge.net




More information about the DB-SIG mailing list