-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Description
When importing using from OpenGL import GL, GLX, it errors out:
Traceback (most recent call last):
File "/home/tyler/PycharmProjects/test/init.py", line 9, in <module>
from OpenGL import GL, GLX
File "/home/tyler/PycharmProjects/test/.venv/lib/python3.12/site-packages/OpenGL/GLX/__init__.py", line 3, in <module>
from OpenGL.GLX.VERSION.GLX_1_0 import *
File "/home/tyler/PycharmProjects/test/.venv/lib/python3.12/site-packages/OpenGL/GLX/VERSION/GLX_1_0.py", line 14, in <module>
from OpenGL.raw.GLX.VERSION.GLX_1_0 import *
File "/home/tyler/PycharmProjects/test/.venv/lib/python3.12/site-packages/OpenGL/raw/GLX/VERSION/GLX_1_0.py", line 42, in <module>
@_f
^^
File "/home/tyler/PycharmProjects/test/.venv/lib/python3.12/site-packages/OpenGL/raw/GLX/VERSION/GLX_1_0.py", line 13, in _f
return _p.createFunction( function,_p.PLATFORM.GLX,'GLX_VERSION_GLX_1_0',error_checker=_errors._error_checker)
^^^^^^^^^^^^^^^
AttributeError: 'EGLPlatform' object has no attribute 'GLX'. Did you mean: 'GL'?
Completely unable to use it because of this :(
Metadata
Metadata
Assignees
Labels
No labels