Advertisement
Guest User

Untitled

a guest
May 11th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. Warning (from warnings module):
  2. File "C:\Python26\lib\site-packages\py2exe\build_exe.py", line 16
  3. import sets
  4. DeprecationWarning: the sets module is deprecated
  5.  
  6. Warning (from warnings module):
  7. File "C:\Python26\lib\distutils\dist.py", line 266
  8. warnings.warn(msg)
  9. UserWarning: Unknown distribution option: 'dist_dir'
  10. running py2exe
  11. creating C:\Users\milan\Desktop\lornedwizard\dist
  12. *** searching for required modules ***
  13.  
  14. Warning (from warnings module):
  15. File "fullgame.py", line 440
  16. global background
  17. SyntaxWarning: name 'background' is assigned to before global declaration
  18. *** parsing results ***
  19. *** finding dlls needed ***
  20. *** create binaries ***
  21. *** byte compile python files ***
  22. writing byte-compilation script 'c:\users\milan\appdata\local\temp\tmp6tgyse.py'
  23. C:\Python26\pythonw.exe -OO c:\users\milan\appdata\local\temp\tmp6tgyse.py
  24.  
  25. Traceback (most recent call last):
  26. File "C:\Users\milan\Desktop\lornedwizard\setup.py", line 169, in <module>
  27. BuildExe().run() #Run generation
  28. File "C:\Users\milan\Desktop\lornedwizard\setup.py", line 160, in run
  29. dist_dir = self.dist_dir
  30. File "C:\Python26\lib\distutils\core.py", line 169, in setup
  31. raise SystemExit, "error: " + str(msg)
  32. SystemExit: error: command 'C:\Python26\pythonw.exe' failed with exit status 1
  33. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement