Pygame and pyopengl with py2exe ?

Nyx42 orwin42 at mail.be
Sun Jan 9 08:54:23 EST 2005


Hi,
I have 2 programs which run without problems, but after building them with
py2exe, they don't work (program opens the window and closed it
immediately) 

First program (uses only pygame):
screen = pygame.display.set_mode((W_WIDTH_F, W_HEIGHT))
This line refuses to be compiled correctly. Why ?

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




More information about the Python-list mailing list