View Single Post
jonnenau's Avatar
Posts: 116 | Thanked: 445 times | Joined on Apr 2010 @ Oulu, Finland
#15
Originally Posted by Rob1n View Post
I've been debugging my app and have found that moving all other Qt import statements (other than QApplication) until after initialising QApplication eliminates the segmentation fault. I don't see why this should be needed though, so I suspect it's more a PyQt issue.
Yes this works, very very strange though. Lets see after we get the next PyQt update. I just reinstalled my whole development env with fresh everything, did not install any Qt 4.7 experimental related things, just the needed PyQt packages and some other python things that I can run my app. Segfaults would indicate the crash is somewhere in the c++ libs of course, maybe some confusion with the numbers.

Thanks a lot robin for your help!
__________________
DropN900 - the maemo 5 DropBox client
 

The Following User Says Thank You to jonnenau For This Useful Post: