[PyKDE] PyQT Installation Error

Martin Preishuber martin.preishuber at eclipt.at
Sun Aug 11 20:13:00 BST 2002


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 ?

btw. are there any debian packages of pykde somewhere ?

Martin

-- 
Martin Preishuber - IT Expert, Student, SysAdmin
http://www.eclipt.at, mailto:Martin.Preishuber at eclipt.at

Never underestimate the power of somebody with source code, a text
editor,
and the willingness to totally hose their system.
-- Rob Landley <telomerase at yahoo.com>




More information about the PyQt mailing list