[PyKDE] HP-UX 10.20 runtime error
Mariusz Kowalczyk
Mariusz.Kowalczyk at genfys.slu.se
Thu Aug 23 09:23:40 BST 2001
Hi,
With PyQt 2.5 on HP-UX 10.20 I've got something like this:
$ python
Python 2.1 (#1, Aug 21 2001, 10:37:58)
[GCC 2.95.3 20010315 (release)] on hp-uxB
Type "copyright", "credits" or "license" for more information.
>>> from qt import *
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/opt/python/lib/python2.1/site-packages/qt.py", line 1085, in ?
libqtc.sipRegisterClasses()
RuntimeError: Attempt to create a Python instance for a NULL pointer
>>>
Any ideas how to fix this?
I am using qt-2.3.1, sip+PyQt 2.5, everything freshly compiled with
gcc-2.95.3.
Regards,
MK
More information about the PyQt
mailing list