[PyKDE] PyQt and Suse 8.2

Odd Arild Olsen oao at fibula.no
Tue May 20 11:16:01 BST 2003


The out of the box install of PyQt, PyQt-devel, sip, qscintilla, qt3-devel, 
qt3-devel-doc, qt3-devel-tools and python-devel from Suse prof 8.2 yields the 
following error message:

from qt import *
(...)
import libqtc
ImportError: (...) libqtcmodule.so: undefined symbol : 
_ZNK16QAssistantClient9classNameEv

nm -t on this library flags this label as undefined.

However, I installed the binary rpms for Suse 8.2 from sourceforge as Pete 
suggested, this was forllowed by a successful run of eric. The qt-libraries 
are still as installed from the distribution CDs.

Odd Arild Olsen

On Monday 19 May 2003 15:15, Hans-Peter Jansen wrote:
> Have you tried the RPMs from
>
> http://sourceforge.net/project/showfiles.php?group_id=61057
>
> Let us know, if they do it for you.
>
> Pete
>
> P.S.: I'm off for a week
>
> On Monday 19 May 2003 14:17, Odd Arild Olsen wrote:
> > I tried to run PyQt on a new install, but some symbols from Qt were
> > unknown. So I compiled Qt, sip and PyQt. Now a symbol from the X-lib
> > is missing. In both cases nm and objdump -t run on the libs show the
> > needed lables, but their addresses are undefined.
> >
> > Before I start to compile X I wonder if this is a problem with this
> > distribution or if I missed something during the initial
> > installation.
>
> _______________________________________________
> PyKDE mailing list    PyKDE at mats.gmd.de
> http://mats.gmd.de/mailman/listinfo/pykde

-- 





More information about the PyQt mailing list