On Thu, 16 Oct 2008 19:56:24 +0800, Yan Gao wrote: >> i've installed the brand new pacemaker, pacemaker-pygui and heartbeat >> packages from the opensuse build service on debian etch amd64. >> >> the package pacemaker-pygui seems to miss the following depencencies: - >> python-xml >> - python-gtk2 >> - python-glade2 > Hmm, they might have different names according to OS distributions. In > SuSE linux, it is python-gtk, and the glade library has been included in > python-gtk
hmm.. with "missing" i mean, i needed to install by hand. Maybe someone could put the three packages to the packages dependency list. :) > >> Traceback (most recent call last): >> File "/usr/bin/hb_gui", line 2618, in on_add >> objdlg = ObjectViewDlg(new_elem, True) >> File "/usr/bin/hb_gui", line 3696, in __init__ >> obj_view = ObjectView(self.xml_node, is_newobj, self.on_changed) >> File "/usr/bin/hb_gui", line 1971, in __init__ >> self.update(xml_node) >> File "/usr/bin/hb_gui", line 2072, in update >> self.on_after_show() >> File "/usr/bin/hb_gui", line 2080, in on_after_show >> self.obj_attrs.on_after_show() >> File "/usr/bin/hb_gui", line 6218, in on_after_show >> widget.disconnect_by_func(self.on_changed) >> AttributeError: 'gtk.ComboBoxEntry' object has no attribute >> 'disconnect_by_func' >> > Old version of python-gtk may not work. Which version of python-gtk are > you using? And also python-gobject2 ? python-gtk2: 2.8.6-8 (gobject ist included in this package) this is the standard debian etch python package. - Thomas _______________________________________________ Pacemaker mailing list [email protected] http://list.clusterlabs.org/mailman/listinfo/pacemaker
