David Cortesi píše v St 14. 09. 2011 v 14:29 -0700:
> import sys
> if sys.platform.startswith("darwin"):
> app = BUNDLE(exe,
> name=os.path.join('dist', 'PPQT.app'),
> version='0.1.0')
try instead os.path.join(...) just 'PPQT.app' or 'PPQT'?
--
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.