Hi, I compiled the new sip, pyqt4 and pyqt snapshots, im having this problem with PyQt.
[EMAIL PROTECTED] PyQt-x11-gpl-snapshot-20051218]$ python Python 2.4.2 (#1, Sep 30 2005, 17:52:28) [GCC 4.0.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from qt import * Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: /usr/lib/python2.4/site-packages/qt.so: undefined symbol: _ZN7QLayout8iteratorEv >>> With c++filt i have this: [EMAIL PROTECTED] PyQt-x11-gpl-snapshot-20051218]$ c++filt _ZN7QLayout8iteratorEv QLayout::iterator() [EMAIL PROTECTED] PyQt-x11-gpl-snapshot-20051218]$ Any ideas ? -- Douglas Soares de Andrade dsandrade (a) gmail.com GTalk: [EMAIL PROTECTED] ICQ: 76277921 Jabber: [EMAIL PROTECTED] _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
