[PyKDE] PyQT Installation Error
Ricardo Javier Cardenes Medina
rcardenes at debian.org
Mon Aug 12 00:53:01 BST 2002
On Sun, Aug 11, 2002 at 08:16:15PM +0200, Martin Preishuber wrote:
>
> 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
> >>>
As the README.Linux says, that's a problem with Debian (and others) way to
package Qt 3, compiling CDE, MotifPlus, Platinum, SGI, and Windows styles
as plugins. My Debian packages deal with that problem.
> 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 ?
Please, get the last Debian packages from:
deb http://ulysses.gulic.org/debian unstable main
Then:
# apt-get install python2.1-qt3
I plan to upload them to mainstream Debian this week if I have the time,
anyway.
More information about the PyQt
mailing list