[PyQt] Problems importing module created by SIP
Eddy Ilg
me at eddy-ilg.net
Sun Apr 13 10:57:09 BST 2014
Hi,
I now managed to compile my own module, but it additionally depends on
QtCore. When importing into python it reports that that the symbol
_ZN10QArrayData11shared_nullE cannot be found. LD_LIBRARY_PATH is
correct. Also tried adding the Qt lib path to PYTHONPATH, but no effect.
How can I tell python to load the modules that my own module depends on?
(in this case libQtCore.so)
Best regards,
Eddy
More information about the PyQt
mailing list