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
Traceback (most recent call last):
File "/usr/bin/twitz", line 56, in <module>
from twitz import main
File "/usr/share/twitz/twitz/main.py", line 29, in <module>
from .window import TwitzWindow
File "/usr/share/twitz/twitz/window.py", line 21, in <module>
from . import player
File "/usr/share/twitz/twitz/player.py", line 21, in <module>
from OpenGL import GL, GLX
File "/usr/lib/python3.11/site-packages/OpenGL/GLX/__init__.py", line 3, in <module>
from OpenGL.GLX.VERSION.GLX_1_0 import *
File "/usr/lib/python3.11/site-packages/OpenGL/GLX/VERSION/GLX_1_0.py", line 14, in <module>
from OpenGL.raw.GLX.VERSION.GLX_1_0 import *
File "/usr/lib/python3.11/site-packages/OpenGL/raw/GLX/VERSION/GLX_1_0.py", line 42, in <module>
@_f
^^
File "/usr/lib/python3.11/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'?
The text was updated successfully, but these errors were encountered:
When launch on wayland:
The text was updated successfully, but these errors were encountered: