Advertisement

Python 3.6.2 open gl cannot import

Started by May 01, 2018 09:59 PM
1 comment, last by fastcall22 6 years, 9 months ago

I am trying to create 3d games using python 3.6.2 and openGL. However, I dont seem to have the right open gl libraries, when I enter into the interpreter:

from OpenGL.GL import *

 

I get the error:

Traceback (most recent call last):
  File "<pyshell#4>", line 1, in <module>
    from OpenGL.GL import *
ModuleNotFoundError: No module named 'OpenGL'

 

Where exactly can I download a working version of OpenGL for Python 3.6.2?

Remember who are today and tomarrow will arrive unnoticed.

I can’t find a Python package named “OpenGL”.  Did you follow the package installation instructions?

This topic is closed to new replies.

Advertisement