Re: Pygame and pyopengl with py2exe ?

2005-01-09 Thread Nyx42
Same problem: the window closes immediately. For the first program, I precise that the "pygame window" opens also. -- http://mail.python.org/mailman/listinfo/python-list

Pygame and pyopengl with py2exe ?

2005-01-09 Thread Nyx42
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 ?