Advertisement
Guest User

Untitled

a guest
May 31st, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. 21062 INFO: Building EXE from out00-EXE.toc
  2. 21094 INFO: SRCPATH [('win32\\main.ico', None)]
  3. 21094 INFO: Updating icons from ['win32\\main.ico'] to c:\users\test\appdata\loc
  4. al\temp\tmpuiq7mn
  5. 21110 INFO: Writing RT_GROUP_ICON 0 resource with 20 bytes
  6. 21110 INFO: Writing RT_ICON 1 resource with 11484 bytes
  7. 21110 INFO: Appending archive to EXE C:\00\direct-link-python\dist\main.exe
  8. Could Not Find C:\00\direct-link-python\*.log
  9. Could Not Find C:\00\direct-link-python\*.mdmp
  10. Could Not Find C:\00\direct-link-python\*.txt
  11. Could Not Find C:\00\direct-link-python\*.pyc
  12. Could Not Find C:\00\direct-link-python\*.log
  13. Could Not Find C:\00\direct-link-python\*.txt
  14.  
  15. C:\00\direct-link-python>main.exe
  16. Traceback (most recent call last):
  17. File "<string>", line 5, in <module>
  18. File "c:\python27\lib\site-packages\PyInstaller-3.1.1-py2.7.egg\PyInstaller\lo
  19. ader\pyimod03_importers.py", line 389, in load_module
  20. exec(bytecode, module.__dict__)
  21. File "includes\api.py", line 7, in <module>
  22. from .lego import *
  23. File "c:\python27\lib\site-packages\PyInstaller-3.1.1-py2.7.egg\PyInstaller\lo
  24. ader\pyimod03_importers.py", line 389, in load_module
  25. exec(bytecode, module.__dict__)
  26. File "includes\lego.py", line 7, in <module>
  27. standard_library.install_aliases()
  28. File "site-packages\future\standard_library\__init__.py", line 457, in install
  29. _aliases
  30. ImportError: No module named UserList
  31. main returned -1
  32.  
  33. C:\00\direct-link-python>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement