[PyKDE] PyQT Installation Error
Phil Thompson
phil at river-bank.demon.co.uk
Sun Aug 11 21:41:01 BST 2002
Martin Preishuber wrote:
> Hi all,
>
> I'm originally a PyGTK user, but since I like the new KDE3 I thought I
> probably consider PyKDE for future projects. I tried to install PyKDE
> and managed to install sip-3.3.2 and most of pyqt-3.3.2 ... most of,
> because it compiled fine, but I can't include anything. The error is:
>
> Python 2.1.3 (#1, Jul 29 2002, 22:34:51)
> [GCC 2.95.4 20011002 (Debian prerelease)] on linux2
> Type "copyright", "credits" or "license" for more information.
>
>>>>from qt import *
>>>>
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> File "/usr/lib/python2.1/site-packages/qt.py", line 53, in ?
> import libqtc
> ImportError: /usr/lib/python2.1/site-packages/libqtcmodule.so: undefined
> symbol: metaObject__C9QSGIStyle
>
>
> I tried to compile it on a athlon desktop and on a p3 notebook, both
> running debian unstable, gcc-2.95.4 and qt-3.0.5. Any ideas ?
Read README.Linux.
Phil
More information about the PyQt
mailing list