[Distutils] Problem Using Python 2.7 and Py2Exe with Pygame Module
Greg
greg.ewing at canterbury.ac.nz
Sat Dec 31 22:37:08 CET 2011
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 dynamically-selected modules that aren't actually
needed at run time. Certainly AppKit and Foundation won't be
needed on windows, since they're OSX-specific.
--
Greg
More information about the Distutils-SIG
mailing list