Guest User

Untitled

a guest
May 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. a = Analysis(['/Volumes/production/mkb/programing/python/util/mac_pyinstaller_library_tester.py'],
  2. pathex=['/Volumes/production/mkb/programing/pyinstaller/mac_pyinstaller_library_tester'],
  3. binaries=[],
  4. datas=[],
  5. hiddenimports=[],
  6. hookspath=['/Volumes/production/mkb/programing/pyinstaller_hooks'],
  7. runtime_hooks=['/Volumes/production/mkb/programing/pyinstaller_hooks/pyi_rth__tkinter.py'],
  8. excludes=[],
  9. win_no_prefer_redirects=False,
  10. win_private_assemblies=False,
  11. cipher=block_cipher)
  12.  
  13. 48651 INFO: Including custom run-time hook '/Volumes/production/mkb/programing/pyinstaller_hooks/pyi_rth__tkinter.py'
  14. Traceback (most recent call last):
  15. File
  16. "/Library/Frameworks/Python.framework/Versions/2.7/bin/pyinstaller", line 11, in
Add Comment
Please, Sign In to add comment