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 :( -- http://mail.python.org/mailman/listinfo/python-list