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
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to