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
Everything was working fine and now Im getting this
python2 ./wacom-gui.py
invalid literal for float(): 42,10.5
invalid literal for float(): 42,10.5
Traceback (most recent call last):
File "./wacom-gui.py", line 746, in <module>
main()
File "./wacom-gui.py", line 738, in main
form = WacomGui()
File "./wacom-gui.py", line 70, in __init__
self.refreshTablets()
File "./wacom-gui.py", line 113, in refreshTablets
self.tabletSelect(0)
File "./wacom-gui.py", line 305, in tabletSelect
self.getConfigs(idx)
File "./wacom-gui.py", line 264, in getConfigs
self.loadConfig(dev, dev_id, self.config)
File "./wacom-gui.py", line 283, in loadConfig
self.configs[dev][config]['pad']['buttons'])
File "/home/korisnik/Desktop/wacom-gui-Python3-Qt5-build/wacom-gui/pad.py", line 134, in init_keys
but_loc[bid] = buttons[bid]['pos']
KeyError: 'pos'
I tried also Python3/Qt5-build but same issue
Im using
NAME="Linux Mint"
VERSION="20.2 (Uma)"
The text was updated successfully, but these errors were encountered:
Everything was working fine and now Im getting this
I tried also
Python3/Qt5-build
but same issueIm using
The text was updated successfully, but these errors were encountered: