[Pythonmac-SIG] py2app cannot move to target thread error

2009-08-10 Thread Scott Frankel
Hello, I'm troubleshooting a PyQt-PostgreSQL py2app error: "Cannot move to target thread". Note that a test app builds and runs happily. The error only comes up when I add PyQt4.QtSql' to py2app's option includes. eg: This works: OPTIONS = {'argv_emulation': True, 'includes':

Re: [Pythonmac-SIG] Including images (jpg) in app bundle

2009-08-10 Thread Daniel Miller
On Aug 8, 2009, at 9:13 AM, Brendan Simon (eTRIX) wrote: I have a jpg image which is displayed in my wxPython app. It is loaded from an 'image' directory. eg. image/mypic.jpg This works fine when I type "python mywxapp" from the command line, but when I build an app bundle it doesn't wor