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

xkblayout is broken on python 3.8.1, works on 3.8.0 #771

Open
werman opened this issue Jan 6, 2020 · 1 comment
Open

xkblayout is broken on python 3.8.1, works on 3.8.0 #771

werman opened this issue Jan 6, 2020 · 1 comment

Comments

@werman
Copy link

werman commented Jan 6, 2020

Upgrading python from 3.8.0 to 3.8.1 broke xkblayout plugin, to be precise it's xkbgroup which is broken.

>>> from xkbgroup import XKeyboard
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.8/site-packages/xkbgroup/__init__.py", line 14, in <module>
    from .core import XKeyboard, X11Error
  File "/usr/lib/python3.8/site-packages/xkbgroup/core.py", line 31, in <module>
    from .xkb import *
  File "/usr/lib/python3.8/site-packages/xkbgroup/xkb.py", line 3372, in <module>
    XEHeadOfExtensionList.argtypes = [XEDataObject]
TypeError: item 1 in _argtypes_ passes a union by value, which is unsupported.
@enkore
Copy link
Owner

enkore commented Jan 9, 2020

I opened a ticket upstream.

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

2 participants