PDA

View Full Version : [ubuntu] Python help


Firedude88
July 13th, 2008, 06:23 PM
I have a stupid question. my python is having issues. i tryed getting python through terminal with apt-get and it says i already have it. yet i go to play 3d chess and it says this.



You are unable to play in 3D mode due to the following problems:
No Python OpenGL support
No Python GTKGLExt support

Tim Sharitt
July 13th, 2008, 07:38 PM
sudo apt-get install python-opengl python-gtkglext1
Hope this helps.

Firedude88
July 16th, 2008, 04:58 AM
It worked. thanks a ton. I appreciate it. :-)