slgobinath / SafeEyes

Protect your eyes from eye strain using this simple and beautiful, yet extensible break reminder
http://slgobinath.github.io/SafeEyes/
GNU General Public License v3.0
1.41k stars 159 forks source link

Not working with python 3.12 #543

Closed alyssarosenzweig closed 7 months ago

alyssarosenzweig commented 7 months ago

depends on imp, removed in the 3.12 standard library and causing safeeyes to ImportError out on startup

AdamPS commented 7 months ago

Thanks