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
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
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