[PyKDE] Help needed with SIP

Phil Thompson phil at river-bank.demon.co.uk
Mon Jun 11 23:53:58 BST 2001


>===== Original Message From "Kaercher, Joerg" <JKaercher at bruker-axs.com> 
=====
>Thanks for your help. Linking qtcmodule solved the problem. However, it
>still doesn't work. Now I get the following error message:
>
>Traceback (most recent call last):
>  File "<stdin>", line 1, in ?
>  File "b.py", line 6, in ?
>    import libbc
>ImportError: /usr/local/lib/python2.1/site-packages/libbcmodule.so:
>undefined symbol: __ti1b
>
>'b' is the name of the module and of the Qt class I want to create the
>Python binding for. I noticed (with the help of khexedit) that the names of
>all classes appear in the .so file with a leading __tiXX.
>
>Any ideas?

I assume you are linking against your own library?

(I think) you also have to have the right version of libtool that supports 
linking libtool libraries against other libtool libraries. I use v1.4.

Phil





More information about the PyQt mailing list