I was able to make the python script work by editing the following file:
/usr/lib/python3/dist-packages/indicator_cpufreq/indicator.py
... and adding the following lines just below the comments that end on line 17:
import gi gi.require_version("Gtk", "3.0") gi.require_version('AppIndicator3', '0.1')
I was able to make the python script work by editing the following file:
/usr/lib/ python3/ dist-packages/ indicator_ cpufreq/ indicator. py
... and adding the following lines just below the comments that end on line 17:
import gi version( "Gtk", "3.0") version( 'AppIndicator3' , '0.1')
gi.require_
gi.require_