Hi - I'm trying to build a very simple (minimalistic) wx project using pyinstaller on mac.
I've tried --onefile, and also --onedir (but copying all the dist contents into the app's MacOS directory) both times I get the an error in my logs as per http://groups.google.com/group/pyinstaller/browse_thread/thread/e3459bb873052912/0f6febe767f35450?#0f6febe767f35450 23/04/2010 15:19:41 [0x0-0x63c63c].Small__App[18442] This program needs access to the screen. 23/04/2010 15:19:41 [0x0-0x63c63c].Small__App[18442] Please run with 'pythonw', not 'python', and only when you are logged 23/04/2010 15:19:41 [0x0-0x63c63c].Small__App[18442] in on the main display of your Mac. I'm surprised I get this error when doing --onedir, given that I thought the issue was with the wx and backgrounding of the onefile. I'm not very knowledgable about plists, but keen to help resolve this... any suggestions? Thanks Tim -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
