I have successfully built my app on windows, but now I am getting this
error on mac.
i have tried using no arguments and --onefile and --noconsole.
my app uses wxpython.
This program needs access to the screen.
Please run with 'pythonw', not 'python', and only when you are logged
in on the main display of your Mac.
here is the spec file
# -*- mode: python -*-
a = Analysis([os.path.join(HOMEPATH,'support/_mountzlib.py'),
os.path.join(HOMEPATH,'support/useUnicode.py'), '../trunk/source/
mnr_app.py'],
pathex=['/Pyinst'])
pyz = PYZ(a.pure)
exe = EXE( pyz,
a.scripts,
a.binaries,
a.zipfiles,
a.datas,
name=os.path.join('dist', 'mnr_app'),
debug=False,
strip=False,
upx=False,
console=1 )
app = BUNDLE(exe, appname="MNR_App", version="1.0.0")
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
-~----------~----~----~----~------~----~------~--~---