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

but_loc[bid] = buttons[bid]['pos'] KeyError: 'pos' KeyError: 'pos' #56

Open
vido89 opened this issue Oct 16, 2021 · 0 comments
Open

but_loc[bid] = buttons[bid]['pos'] KeyError: 'pos' KeyError: 'pos' #56

vido89 opened this issue Oct 16, 2021 · 0 comments

Comments

@vido89
Copy link

vido89 commented Oct 16, 2021

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)"
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