On Sat, 2008-03-22 at 16:47 +0100, www.tiri.li high availability wrote: > Hello list, > > I use the pacemaker-pygui of Andrew Beekhof, Version 1.2-4.6, > and I got a strange error when trying to start the GUI (CENTOS 4.6) > > Which dependency is missing ? pygtk2, pygtk2-libglade are installed. > > Management Daemon is running as well. > > Thanks for any reply in advance. > > Thomas. > > $ hb_gui > Traceback (most recent call last): > File "/usr/bin/hb_gui", line 3429, in ? > window = MainWindow() > File "/usr/bin/hb_gui", line 2177, in __init__ > actiongroup.add_actions([ > AttributeError: 'module' object has no attribute 'STOCK_CONNECT' >
It's a compatibility issue for pygtk < 2.6 You could update hb_gui to the newest version from upstream, or reference this change: http://hg.clusterlabs.org/pacemaker/pygui/rev/d438878e347e -- Yan Gao China R&D Software Engineer [EMAIL PROTECTED] Novell, Inc. SUSEĀ® Linux Enterprise 10 Your Linux is ready http://www.novell.com/linux _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
