I have decided I would like to start learning OpenGL through Python. I have downloaded PyOpenGL via pip, and attempted to run a program found online to test PyOpenGL and begin to learn how it works. A link to the code I have used is here. My issue is I keep getting this error
OpenGL.error.NullFunctionError: Attempt to call an undefined function glutInit, check for bool(glutInit) before calling.
I attempted the solution to this problem found here. And I tried downloading the extension file from here .
However in my Command Prompt I keep receiving this error
ERROR: PyOpenGL-3.1.3b2-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.
What am I doing wrong? Thanks