Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Could not locate script resource: The specified
  2. resource type cannot be found in the image file.
  3.  
  4. FATAL ERROR: Could not locate script
  5.  
  6. from distutils.core import setup
  7. from setuptools import setup
  8. import py2exe
  9. import sys
  10.  
  11. sys.argv.append('py2exe')
  12.  
  13. setup(console=['program.py'])
  14.  
  15. running build
  16. running py2exe
  17.  
  18. 6 missing Modules
  19. ------------------
  20. ? pkg_resources.extern.appdirs imported from pkg_resources
  21. ? pkg_resources.extern.packaging imported from pkg_resources
  22. ? pkg_resources.extern.six imported from pkg_resources, pkg_resources.py31compat
  23. ? readline imported from cmd, code, pdb
  24. ? win32api imported from platform
  25. ? win32con imported from platform
  26. Building 'distprogram.exe'.
  27. error: [WinError 87] The parameter is incorrect.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement