Re: Problem with PyQt4

2007-05-02 Thread [EMAIL PROTECTED]
On Apr 30, 10:32 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I am having some serious problems with PyQT4, > when i run pyqt script, I always get 'Segmentation fault'. > > the script is simple: > == > %less qttest.py > from PyQt4 import QtGui, QtCore > import sy

Re: Problem with PyQt4

2007-04-30 Thread [EMAIL PROTECTED]
I rebuild them from source now. Hope this can help me. -- http://mail.python.org/mailman/listinfo/python-list

Problem with PyQt4

2007-04-30 Thread [EMAIL PROTECTED]
Hi, I am having some serious problems with PyQT4, when i run pyqt script, I always get 'Segmentation fault'. the script is simple: == %less qttest.py from PyQt4 import QtGui, QtCore import sys if __name__ == '__main__': app = QtGui.QApplication(sys.argv) w = Q