Sort-of related to this, I very nearly managed to get LinuxCNC to work
without python-glade2
(You can actually uninstall it and the stretch Live-CD works fine except
for the configs that have Glade panels)

There is a reasonably easy workaround:

https://wiki.gnome.org/Projects/PyGObject/IntrospectionPorting

I went through doing a search-and-replace exercise in LinuxCNC replacing

import gobject => from gi.repository import GObject as gobject
import gtk => from gi.repository import Gtk as gtk

That looked pretty promising.

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is designed
for the especial use of mechanical geniuses, daredevils and lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1916

_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to