From python-list Tue Apr 22 19:11:40 2003 From: Phil Thompson Date: Tue, 22 Apr 2003 19:11:40 +0000 To: python-list Subject: Re: Problem with PyQt on SuSE 8.2 X-MARC-Message: https://marc.info/?l=python-list&m=105103882030942 On Tuesday 22 April 2003 7:44 pm, Bernd Lachner wrote: > Hello, > > we try ro run several Python programs which are using PyQt on SuSE 8.2. > Every time the same error message occurs: > > Traceback (most recent call last): > File "./kdevpy.py", line 16, in ? > from qt import * > File "/usr/lib/python2.2/site-packages/qt.py", line 39, in ? > import libqtc > ImportError: /usr/lib/python2.2/site-packages/libqtcmodule.so: undefined > symbol: _ZNK16QAssistantClient9classNameEv > > We tried the original PyQt packages which comes with SuSE 8.2. We also have > compiled PyQt from the source RPMs, but the same error occurs. > > Is ther e anybody who can help us? Thanks in advance. You don't say which version of Qt. If you are using Qt v3.1.1 or earlier, and you do a "make install" (rather than leaving the build in situ) the libqassistantclient library gets corrupted because of over-enthusiastic stripping. Phil -- http://mail.python.org/mailman/listinfo/python-list