dependency needs updating for python 3.12 and there is a bug
Closed this issue · 3 comments
godalming123 commented
/home/whatever/.icons/ACYLS/scripts/run.py:6: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses
import imp
Traceback (most recent call last):
File "/home/whatever/.icons/ACYLS/scripts/run.py", line 10, in <module>
gi.require_version('Gtk', '3.0')
AttributeError: module 'gi' has no attribute 'require_version'
worron commented
Thanks for addressing. Deprecated module was removed.
As for error, python-gobject
required for configuration scripts work.
godalming123 commented
I have started using gtk 4 with python so have installed that hopefully I can get nice custom icons!
godalming123 commented
great it works!