|
|
Re: py2exe: msg#00177
python.pygame
D. Hartley wrote:
Kris,
Yep. It tells me the same list of modules -('AppKit', 'Foundation',
'Numeric', 'OpenGL.GL', 'objc', 'pygame.movie',
'pygame.movieext', 'pygame.overlay') - is missing.
Assuming you're getting that while trying to build a minimal Pygame
program, one that doesn't use OpenGL, Numeric etc., the problem might be
that Python is reading junk from the "build" directory. Delete it; this
directory accumulates stuff from other Python programs you've worked on,
and when you try to build an EXE it can give errors related to modules
you're not even using.
Kris
|
|