[PyKDE] HPUX run-time problem.
Ted Drain
ted.drain at jpl.nasa.gov
Fri Apr 27 20:22:05 BST 2001
Hi all,
Has anyone gotten the latest stuff to work under HPUX 10.2?
Setup:
HPUX 10.2
gcc 2.95.2
Python 2.1
Qt 2.3.0
PyQt 2.4
Problem:
Everything builds fine. When I try to import qt in python, I get a
run-time error. (path, PYTHONPATH, LD_LIBRARY_PATH are all set correctly).
The error is:
Python 2.1 (#2, Apr 20 2001, 11:08:28)
[GCC 2.95.2 19991024 (release)] on hp-uxB
Type "copyright", "credits" or "license" for more information.
>>> import qt
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/home/ted/local/lib/python2.1/site-packages/qt.py", line 1179, in ?
libqtc.sipRegisterClasses()
RuntimeError: Attempt to create a Python instance for a NULL pointer
>>>
Ted Drain Jet Propulsion Laboratory ted.drain at jpl.nasa.gov
More information about the PyQt
mailing list