Comment 13 for bug 160766

Revision history for this message
Nicolas M (nicolas-martin-gmail) wrote :

Ok nadamsieee, I came to this conclusion because I looked at files in /usr/share/pyshared/glchess and find out that the error message for OpenGL libs missing (the last one I had after installing the python-gtkglext1 and python-opengl packages) was due to an import statement in chessview.py

So I tried opening a Python console and tried to execute the same statement:

$ python
>>> import OpenGL.GL

Here, I got an error message, complaining about OpenGL that could not be found

Could you try to do the same, and see if you get an error message in the Python console ?