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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
