Results 1 to 3 of 3
Code:
FretsOnFire.py
Traceback (most recent call last):
File "./FretsOnFire.py", line 45, in <module>
from GameEngine import GameEngine
File "/root/Frets on Fire-1.3.110/src/GameEngine.py", line 23, in <module>
from OpenGL.GL import *
ImportError: ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-17-2008 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 4
FretsOnFire Slax error
Can anyone shed any light on this?Code:FretsOnFire.py Traceback (most recent call last): File "./FretsOnFire.py", line 45, in <module> from GameEngine import GameEngine File "/root/Frets on Fire-1.3.110/src/GameEngine.py", line 23, in <module> from OpenGL.GL import * ImportError: No module named OpenGL.GL
it would be greatly appreciated.
- 12-18-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Welcome to the forums!
Try installing python-opengl to see if that helps.oz
- 12-18-2008 #3
You maybe don't have the required Python packages, try installing Python's newest version.


Reply With Quote
