package severity 327360 grave thanks This fails with both python2.3-qt3 and python2.4-qt3 and is completely preventing any packages depending on any python qt bindings from working.
$ python Python 2.3.5 (#2, Aug 31 2005, 03:10:40) [GCC 4.0.2 20050821 (prerelease) (Debian 4.0.1-6)] 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.3/site-packages/qt.so: undefined symbol: _ZTI11QMotifStyle >>> And: $ python2.4 Python 2.4.1+ (#2, Sep 5 2005, 01:01:16) [GCC 4.0.2 20050821 (prerelease) (Debian 4.0.1-6)] 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: _ZTI11QMotifStyle >>> -- Wesley J. Landaker <[EMAIL PROTECTED]> <xmpp:[EMAIL PROTECTED]> OpenPGP FP: 4135 2A3B 4726 ACC5 9094 0097 F0A9 8A4C 4CD6 E3D2
pgpi1c2YISuv0.pgp
Description: PGP signature

