Pygame and pyopengl with py2exe ?

Andrey Tatarinov elephantum at dezcom.mephi.ru
Sun Jan 9 09:01:53 EST 2005


Nyx42 wrote:
> Second program (pygame + pyopenGL):
> Py2exe can't import OpenGL.GL and OpenGL.GLU :(

about that, may be names of imports are generated in runtime, so you can 
try to specify them directly

options = {"py2exe": {"packages": ["OpenGL.GL","OpenGL.GLU"]}},



More information about the Python-list mailing list