scottkirkwood / key-mon

Automatically exported from code.google.com/p/key-mon
Apache License 2.0
141 stars 38 forks source link

Keymon not opening in ubuntu 24.04 #106

Open aanandharaja opened 4 months ago

aanandharaja commented 4 months ago

Hi Recently installed ubuntu 24.04LTS installed without any error but not opening when i open it from terminal showing the following error Traceback (most recent call last): File "/usr/bin/key-mon", line 2, in import keymon.key_mon as km File "/usr/lib/python3/dist-packages/keymon/key_mon.py", line 41, in from . import settings File "/usr/lib/python3/dist-packages/keymon/settings.py", line 29, in from configparser import SafeConfigParser ImportError: cannot import name 'SafeConfigParser' from 'configparser' (/usr/lib/python3.12/configparser.py). Did you mean: 'RawConfigParser'?

zirneklitis commented 4 months ago

This is duplicate of #105