This is my first time asking on this platform. I just checked and I have installed the necessary packages for OpenGL. So I wonder what is missing that make me not able to use the imported functions. It seems like nothing have been imported successfully at all. Thank you! [1]: https://i.stack.imgur.com/gsKWr.jpg
Asked
Active
Viewed 130 times
0
-
Can you explain a bit? – Kit Ming Chan Apr 25 '21 at 08:18
-
But when I run the code in the original python IDE it shows failed import too. So what is the problem? – Kit Ming Chan Apr 25 '21 at 08:30
-
testing with a working online source code returned me glutInit NullFunctionError. – Kit Ming Chan Apr 25 '21 at 08:35
-
[Need to Install PyOpenGL (Windows)](https://stackoverflow.com/questions/59725675/need-to-install-pyopengl-windows/59864096#59864096) – Rabbid76 Apr 25 '21 at 08:36
-
[PyOpenGL :: OpenGL.error.NullFunctionError: Attempt to call an undefined function glutInit, check for bool(glutInit) before calling](https://stackoverflow.com/questions/65699670/pyopengl-opengl-error-nullfunctionerror-attempt-to-call-an-undefined-functio/65699812#65699812) – Rabbid76 Apr 25 '21 at 08:39
-
1Thx! It turns out that I have only installed the accelerate package from the site but forget to do so for the PyOpenGL package. Now it is working fine. – Kit Ming Chan Apr 25 '21 at 08:45