ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/ns_dev/Python/NinoCode/Active_prgs/Evidox/EEAC/EEAC.spec
Revision: 670
Committed: Mon Jan 20 22:41:38 2020 UTC (6 years, 2 months ago) by nino.borges
File size: 920 byte(s)
Log Message:
Updates to reflect stuff moved from iad to XDD

File Contents

# User Rev Content
1 nino.borges 661 # -*- mode: python -*-
2    
3     block_cipher = None
4    
5    
6     a = Analysis(['EEAC.py'],
7 nino.borges 670 pathex=['C:\Python27\MyCode\ActivePrograms\Evidox\EEAC','C:\Python27\MyCode\Tool_Box'],
8 nino.borges 661 binaries=[],
9     datas=[],
10     hiddenimports=[],
11     hookspath=[],
12     runtime_hooks=[],
13     excludes=[],
14     win_no_prefer_redirects=False,
15     win_private_assemblies=False,
16     cipher=block_cipher)
17     pyz = PYZ(a.pure, a.zipped_data,
18     cipher=block_cipher)
19     exe = EXE(pyz,
20     a.scripts,
21     exclude_binaries=True,
22     name='EEAC',
23     debug=False,
24     strip=False,
25     upx=True,
26     console=True )
27     coll = COLLECT(exe,
28     a.binaries,
29     a.zipfiles,
30     a.datas,
31     strip=False,
32     upx=True,
33     name='EEAC')