PyQt 3.5 bug?

Günter Szolderits g.szolderits at etm.at
Fri Dec 20 02:32:07 EST 2002


"Jim Becker" <jimb417 at totalspeed.net> wrote:
>
>
> File "/usr/local/lib/python2.2/site-packages/libqtcmodule.so:
>         undefined symbol: _ZNK16QAssistantClient9classNameEv

I had a very similar problem. When I compiled Qt 3.1 and installed it into a
different directory (configure -prefix ..., make, make install), I had
undefined symbols (metaObject in QAssistantClient and others). The problem
magically went away, when as a workaround I did no "make install" after
"make" and set QTDIR to the directory where I unpacked and compiled qt.

Günter




More information about the Python-list mailing list