Problem Installing PyQt-012

Kenneth Payne kmp at atrium.fsnet.co.uk
Sun Jul 2 16:09:51 EDT 2000


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

I've obviously screwed up in either the configure scripts or there's 
something not set in my environment. Anyone know what I've done wrong?

-- Ken






More information about the Python-list mailing list