Comment 4 for bug 1214098

Revision history for this message
Simon Davis (davis-decent) wrote :

Exactly the same problem here:

$ sudo apt-get install python-opengl
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-opengl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

$ python -c "from OpenGL import GL"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named OpenGL