[PyQt] PyKDE and undefined symbols
Bart
uzi18 at o2.pl
Tue Sep 4 23:16:52 BST 2007
I've found some undefinied symbols in PyKDE-3.16
There are more errors like this one. Please check in your PyKDE module.
How to solve this problem?
Best regards.
Bart.
$ python
Python 2.5.1 (r251:54863, Jul 31 2007, 09:34:25)
[GCC 4.2.1 20070719 (release) (PLD-Linux)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import kparts
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /usr/lib/python2.5/site-packages/kparts.so: undefined symbol: _ZNK23konsoleBrowserExtension9classNameEv
>>> import kmdi
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: /usr/lib/python2.5/site-packages/kparts.so: undefined symbol: _ZNK23konsoleBrowserExtension9classNameEv
More information about the PyQt
mailing list