Problem Installing PyQt-012

Martin P Holland newsbunny at noether.freeserve.co.uk
Sun Jul 2 17:06:09 EDT 2000


On Sun, 02 Jul 2000 20:09:51 GMT,
Kenneth Payne <kmp at atrium.fsnet.co.uk> wrote:
>I'm trying to install the Python bindings to Qt/KDE. I've downloaded 
>the latest sources for Sip. PyQT and pyKDE. I've compiled and 
>installed Sip and compiled PyQT. All seemed to go Ok, though I had to 
>fiddle a bit to get them to compile on Suse 6.3. However, on the "make 
>install" for PyQt, I get an error when the install routine hits a 
>Python script:
>
>Traceback (innermost last):
>  File "<string>", line 1, in ?
>  File "/usr/lib/python1.5/qt.py", line 16, in ?
>    import libqtc
>ImportError: /usr/lib/python1.5/lib-dynload/libqtcmodule.so: undefined 
>symbol: __ti8sipProxy
>make[3]: *** [install-data-hook] Error 1
>make[2]: *** [install-data-am] Error 2
>make[1]: *** [install-am] Error 2
>make: *** [install-recursive] Error 1

Did you run ldconfig after installing sip?
Did you specify the qtdir to ./configure when compiling sip?

atb
Martin


-- 
http://www.noether.freeserve.co.uk
http://www.kppp-archive.freeserve.co.uk



More information about the Python-list mailing list