Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] Add EGLPlatform support #7

Open
deadYokai opened this issue Aug 1, 2023 · 0 comments
Open

[Request] Add EGLPlatform support #7

deadYokai opened this issue Aug 1, 2023 · 0 comments

Comments

@deadYokai
Copy link

When launch on wayland:

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'?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant