[PyKDE] PyQt fails
Phil Thompson
phil at river-bank.demon.co.uk
Tue Jan 14 19:04:01 GMT 2003
On Tuesday 14 January 2003 5:47 pm, Paul F. Kunz wrote:
> On a Red Hat Linux 7.2 system I just built sip-3.5 and PyQt 3.5 with
> gcc 2.95.3. I get immediate failure
>
> [pfkeb at Kunz-pbdsl1 RunControl]$ python
> Python 2.2.2 (#1, Oct 15 2002, 07:42:56)
> [GCC 2.95.3 20010315 (release)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>
> >>> from qt import *
>
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> File "/usr/local/lib/python2.2/site-packages/qt.py", line 39, in ?
> import libqtc
> ImportError: /usr/local/lib/python2.2/site-packages/libqtcmodule.so:
> undefined symbol: metaObject__C16QAssistantClient
>
> The symbol demangles to `QAssistantClient::metaObject(void) const'
>
> Any ideas?
When you build Qt don't "make install".
Phil
More information about the PyQt
mailing list