New submission from Yoha:
Importing `OpenGL.GL` fails on Python 3.5:
```
Python 3.5.1+ (default, Jan 13 2016, 15:09:18)
[GCC 5.3.1 20160101] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import OpenGL.GL
Traceback (most recent call last):
File "", line 1,
Berker Peksag added the comment:
Thanks for the report, Yoha. Your third example shows that this is either an
error in PyOpenGL or there is something wrong in your PyOpenGL installation.
Please report this to their issue tracker.
--
nosy: +berker.peksag
resolution: -> third party
stag