You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying a standard code in pyCharm using pyopengl, but from glutInit() I got follwing error:
raise error.NullFunctionError(
OpenGL.error.NullFunctionError: Attempt to call an undefined function glutInit, check for bool(glutInit) before calling
I'm using pyCharm community edition 2021.2 in windows 10. Python version in 3.8 (conda) and all necessary packages are installed by pip.
This is my code:
Hi,
I'm trying a standard code in pyCharm using pyopengl, but from
glutInit()
I got follwing error:I'm using pyCharm community edition 2021.2 in windows 10. Python version in 3.8 (conda) and all necessary packages are installed by pip.
This is my code:
How can I solve this issue?
The text was updated successfully, but these errors were encountered: