[PyKDE] building sip modules
Patrick Stinson
ajole-1 at gci.net
Tue Aug 5 11:21:00 BST 2003
I'm trying to wrap my c++ class in a python module with sip. the module would
be called pkaudio.
after much hacking, I got the error:
>>> import pkaudio
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "pkaudio.py", line 9, in ?
import libpkaudioc
ImportError: ./libpkaudiocmodule.so: undefined symbol: _ZTV15sipProxypkaudio
>>>
Where the *heck* did that symbol come from?
thanks and regards,
Patrick
More information about the PyQt
mailing list