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

Re: [pygame] OpenGL Build Trouble



I have this problem too.  If you look carefully at the output from py2exe, it says something like: "the following modules do not appear to exist: OpenGL.GL, OpenGL.GLU".  I find it annoying, but I don't know how to fix it...
Ian

On 7/29/07, Kris Schnee <kschnee@xxxxxxxxxx> wrote:
I just built an EXE using Pygame and PyOpenGL, and the EXE crashes with
this message:

Traceback (most recent call last):
   File "cubeland.py", line 13, in ?
   File "OpenGL\__init__.pyc", line 18, in ?
   File "OpenGL\__init__.pyc", line 14, in __set_attributes
IOError: [Errno 2] No such file or directory:
'C:\\Python24\\dist\\library.zip\\OpenGL\\version'


What do I do about this problem?