I am having issues with this as well, using the latest checkout from trunk Initially, I tried commenting out the "wait(&rc)" call in spawn(), which is now in source/linux/utils.c However, that did not work.
Then I stumbled on this thread, and looking at the Info.plist file that Matthias posted, I noticed a difference between what he posted, and what's being generated by PyInstaller. Specifically, PyInstaller generates <key>CFBundleExecutable</key> <string>NAME</string> while Matthias' version is <key>CFBundleExecutable</key> <string>MacOS/NAME</string> I changed my version to be the same as Matthias', and it solved the issue. Removing "MacOS/" brought the issue back. Cheers Mike -- 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.
