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

[pygame] OpenGL Build Trouble



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?