I just applied that change from #24 to usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py
Line 40:
- import gtk
+from gi.repository import Gtk
and it fixes (at least) the taskcoach issue. I've seen no side effects to other programs so far, but I did not much testing. But I hope, it'll help someone else.
I just applied that change from #24 to usr/lib/ python2. 7/dist- packages/ gtk-2.0/ gtk/__init_ _.py
Line 40:
- import gtk
+from gi.repository import Gtk
and it fixes (at least) the taskcoach issue. I've seen no side effects to other programs so far, but I did not much testing. But I hope, it'll help someone else.