Hi,
I'm not on the mailing list. But I tried pyqt-0.9 on Sun-Sparc-Solaris2.6.
It doesn't work. This are the error messages:
>From a self-compiled version (with gcc-2.95.1):
$> python application.py
Traceback (innermost last):
File "application.py", line 4, in ?
from qt import *
File "/net/is05/cadence/usr/lib/python1.5/qt.py", line 7, in ?
import libqtc
ImportError: ld.so.1: python: fatal: relocation error: file
/net/is05/cadence/usr/lib/python1.5/lib-dynload/libqtcmodule.so: symbol
disconnectNotify__8sipProxyPCc: referenced symbol not found
>From the binary Solaris2.5 version:
$> python application.py
Traceback (innermost last):
File "application.py", line 4, in ?
from qt import *
File "/net/is05/cadence/usr/lib/python1.5/qt.py", line 7, in ?
import libqtc
ImportError: ld.so.1: python: fatal: relocation error: file
/net/is05/cadence/usr/lib/python1.5/lib-dynload/libqtcmodule.so: symbol
__0fLQStoredDragOinitMetaObjectv: referenced symbol not found
Any Idea what I have done wrong?
Thomas