The story so far... Import qt Import sys >From qt import * A = QApplication(sys.argv) D = A.desktop() W = D.width() ---Segmentation fault---
This happens with all of the PyQt examples. This was with Yellow Dog Linux 2.2. I have since tried it with Mandrake 8.2 on my Powerbook G4 Results are exactly the same. Tried with binaries, and from source, practicaly every version of 3.x. Used different versions of gcc and python, both from source and binary. Tried everything I can think of. I really don't want to get rid of my Powerbook, but PyQt is the only reason I own a computer (seriously). If anyone has any advice, experienve, reassuring words, I really want to hear from you. Thanks Moray _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.gmd.de/mailman/listinfo/pykde
