Re: [Distutils] Problem Using Python 2.7 and Py2Exe with Pygame Module

2011-12-31 Thread Greg
CT wrote: The following modules appear to be missing ['AppKit', 'Foundation', 'Numeric', 'OpenGL.GL', '_scproxy', 'copyreg', 'dummy.Process', 'numpy', 'pkg_resources', 'queue', 'winreg', 'pygame.sdlmain_osx'] Have you tried running the resulting exe anyway? It's likely that these are

Re: [Distutils] Problem Using Python 2.7 and Py2Exe with Pygame Module

2011-12-31 Thread CT
Hi Again, I changed the error that happened on the compiled version which was line 26 where I was calling a import pygame.mixer. It states at that point it can ot find a DLL when I run the compiled py2exe made .exe file. So, I changed it to not import single modules and the error below