-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmecodesktop_mac.spec
More file actions
29 lines (28 loc) · 909 Bytes
/
Copy pathmecodesktop_mac.spec
File metadata and controls
29 lines (28 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# -*- mode: python -*-
a = Analysis(['mecodesktop.py'],
pathex=['/Users/jkitzes/Projects/macroeco'],
hiddenimports=['scipy.special._ufuncs_cxx'],
hookspath=None,
runtime_hooks=None)
pyz = PYZ(a.pure)
exe = EXE(pyz,
a.scripts,
exclude_binaries=True,
name='mecodesktop',
debug=False,
strip=None,
upx=True,
console=False )
coll = COLLECT(exe,
a.binaries + [('libwx_osx_cocoau-3.0.0.0.0.dylib',
'/Users/jkitzes/anaconda/pkgs/wxpython-3.0-py27_0/lib/libwx_osx_cocoau-3.0.0.0.0.dylib',
'BINARY')],
a.zipfiles,
a.datas,
strip=None,
upx=True,
name='mecodesktop')
app = BUNDLE(coll,
name='MacroecoDesktop.app',
icon='icon.icns')
# pyinstaller mecodesktop_mac.spec