On Monday 30 December 2002 10:08 am, Oded Arbel wrote:
> Hi list
>
> I don't know if this is a newbie question, but I am a python and a Qt
> newbie, so I apologise in advance.
>
> I've compile sip 3.5 and PyQt 3.5 and all apeared to be going well, but
> when I tried to import qt
>
> I got this :
> -- snip --
>
> >>> import qt
>
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   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
> -- snip --
>
> Can anyone please clue me in on whats going on and how to fix it ?

When Qt was built you ran "make install" instead of leaving it in the 
directory it was built. This breaks the QAssistantClient library.

Phil

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to