Advertisement
gr4viton

pyinstaller error 24-10-2015

Oct 18th, 2015
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. 83 INFO: PyInstaller: 3.0
  2. 83 INFO: Python: 3.4.3
  3. 84 INFO: Platform: Windows-7-6.1.7601-SP1
  4. 86 INFO: UPX is not available.
  5. [INFO ] [Logger ] Record log in C:\Users\gr4viton\.kivy\logs\kivy_15-10-24_85.txt
  6. 126 INFO: [Logger ] Record log in C:\Users\gr4viton\.kivy\logs\kivy_15-10-24_85.txt
  7. [INFO ] [Kivy ] v1.9.1-dev
  8. 114 INFO: [Kivy ] v1.9.1-dev
  9. [INFO ] [Python ] v3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32 bit (Intel)]
  10. 127 INFO: [Python ] v3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:43:06) [MSC v.1600 32 bit (Intel)]
  11. Traceback (most recent call last):
  12. 130 WARNING: stderr: Traceback (most recent call last):
  13. File "C:\PROG\dev\Python34\Scripts\pyinstaller-script.py", line 9, in <module>
  14. 131 WARNING: stderr: File "C:\PROG\dev\Python34\Scripts\pyinstaller-script.py", line 9, in <module>
  15. load_entry_point('PyInstaller==3.0', 'console_scripts', 'pyinstaller')()
  16. 131 WARNING: stderr: load_entry_point('PyInstaller==3.0', 'console_scripts', 'pyinstaller')()
  17. File "C:\PROG\dev\Python34\lib\site-packages\PyInstaller\__main__.py", line 99, in run
  18. 132 WARNING: stderr: File "C:\PROG\dev\Python34\lib\site-packages\PyInstaller\__main__.py", line 99, in run
  19. run_build(opts, spec_file, pyi_config)
  20. 133 WARNING: stderr: run_build(opts, spec_file, pyi_config)
  21. File "C:\PROG\dev\Python34\lib\site-packages\PyInstaller\__main__.py", line 47, in run_build
  22. 133 WARNING: stderr: File "C:\PROG\dev\Python34\lib\site-packages\PyInstaller\__main__.py", line 47, in run_build
  23. PyInstaller.building.build_main.main(pyi_config, spec_file, **opts.__dict__)
  24. 136 WARNING: stderr: PyInstaller.building.build_main.main(pyi_config, spec_file, **opts.__dict__)
  25. File "C:\PROG\dev\Python34\lib\site-packages\PyInstaller\building\build_main.py", line 737, in main
  26. 138 WARNING: stderr: File "C:\PROG\dev\Python34\lib\site-packages\PyInstaller\building\build_main.py", line 737, in main
  27. build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build'))
  28. 141 WARNING: stderr: build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build'))
  29. File "C:\PROG\dev\Python34\lib\site-packages\PyInstaller\building\build_main.py", line 680, in build
  30. 143 WARNING: stderr: File "C:\PROG\dev\Python34\lib\site-packages\PyInstaller\building\build_main.py", line 680, in build
  31. exec(text, spec_namespace)
  32. 146 WARNING: stderr: exec(text, spec_namespace)
  33. File "<string>", line 17, in <module>
  34. 148 WARNING: stderr: File "<string>", line 17, in <module>
  35. TypeError: unsupported operand type(s) for ** or pow(): 'NoneType' and 'dict'
  36. 151 WARNING: stderr: TypeError: unsupported operand type(s) for ** or pow(): 'NoneType' and 'dict'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement