Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # -*- mode: python -*-
- a = Analysis(['bob.py'],
- pathex=['/www/bob'],
- hiddenimports=[],
- hookspath=None,
- runtime_hooks=None)
- pyz = PYZ(a.pure)
- exe = EXE(pyz,
- a.scripts,
- exclude_binaries=True,
- name='bob',
- debug=False,
- strip=None,
- upx=True,
- console=True )
- coll = COLLECT(exe,
- a.binaries,
- a.zipfiles,
- a.datas,
- strip=None,
- upx=True,
- name='bob')
Advertisement
Add Comment
Please, Sign In to add comment