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