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
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.
The text was updated successfully, but these errors were encountered:
Upgrading python from 3.8.0 to 3.8.1 broke xkblayout plugin, to be precise it's xkbgroup which is broken.
The text was updated successfully, but these errors were encountered: