[Pythonmac-SIG] py2app, PyQt4, jpg converter plugin

2009-06-26 Thread tangle1
I used py2app to convert my mac python/PyQt script to a mac app. Everything works except for cache/display of jpg images. I confirmed with diagnostic code: - QImage(path to jpg) returns null image - 'jpg','jpeg' are not in list returned by QImageReader.supportedImageFormats() The jpgs ARE cach

[Pythonmac-SIG] QSettings not working with py2app build

2009-07-07 Thread tangle1
Hello, I developed a Python2.51/PyQt4 script on Mac which saves data using QSettings. I use py2app to build stand-alone app that I can distribute to other macs without PyQt,Qt. - All is good when running from terminal shell and I verified QSettings saved to file: /Users/dev/Library/Preferences

[Pythonmac-SIG] terminate called without an active exception on 1 iMac but not another

2011-05-21 Thread tangle1
Hello, I'm developing an iMac python script; actually its Maya wrapper around python. It crashes with "Abort trap" on one iMac but ends without crash on another iMac. In both cases, program finishes operations and prints final "... Exiting normally" message that my script issues. Any ideas as