[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] py2exe problems



Hi,

I've got a great new program, which I want to make available to people without python.  I'm compiling with py2exe.  It's an OpenGL program, but py2exe says it can't find OpenGL.GL or OpenGL.GLU, the two modules I'm using.  (In addition, pygame.movieext is missing, though I'm not using that).  How can I get the OpenGL modules?  The program runs fine, so I'm not missing OpenGL.  I installed OpenGL using easy_install.

Thanks,
Ian