No subject
Thu Mar 8 10:26:06 GMT 2007
'segmentation fault' or 'illegal instruction', even the simplest of Python
scripts do not work if I use Qt.
import qt #OK
from qt import * #OK
import sys
A = Qapplication(sys.argv) #OK
D = A.desktop() #OK
W= D.width() #CRASH, segmenatation fault
If compiling is not an option, can someone point out a verified RPM?
I have compiled other things with no problem, I have compiled the PyQt stuff
before on both Intel, and SGI irix with no problems.
Please, please help.
Thanks in advance
More information about the PyQt
mailing list