On Thu, Jan 22, 2009 at 09:31:15PM +0100, Michael Schwartzkopff wrote: > Am Donnerstag, 22. Januar 2009 21:17:45 schrieb Andrew Beekhof: > > On Thu, Jan 22, 2009 at 21:03, Michael Schwartzkopff <[email protected]> > wrote: > > > Hi, > > > > > > I am quite desparate already. I compiled my Pacemaker-GUI. Compile and > > > install are OK, besides a small error with gv.py. (I finally removed gv > > > from the import line) > > > > > > When I call /usr/heartbeat-gui/haclient.py I get the error: > > > > > > Traceback (most recent call last): > > > File "/usr/lib/heartbeat-gui/haclient.py", line 8318, in ? > > > gtk._gtk.init_check() > > > AttributeError: 'module' object has no attribute 'init_check' > > > > > > When I google for that error, all solutions point to a missing $DISPLAY, > > > but I can open a xterm on my remote machine. So it cannot be that > > > problem. Any other suggestions? Thanks for any hints.
Could it be that your gtk bindings are a bit old. The GUI saw quite some changes recently. You can try perhaps sth like: grep init_check `dpkg -L python-gtk2` On my lenny computer it is: ii python-gtk2 2.12.1-6 Thanks, Dejan > > > > try Dejan's shell instead - its really quite good :-) > > I know. That is the next what I will do. But I ALSO want to get te GUI > running. > > -- > Dr. Michael Schwartzkopff > MultiNET Services GmbH > Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany > Tel: +49 - 89 - 45 69 11 0 > Fax: +49 - 89 - 45 69 11 21 > mob: +49 - 174 - 343 28 75 > > mail: [email protected] > web: www.multinet.de > > Sitz der Gesellschaft: 85630 Grasbrunn > Registergericht: Amtsgericht M?nchen HRB 114375 > Gesch?ftsf?hrer: G?nter Jurgeneit, Hubert Martens > > --- > > PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B > Skype: misch42 > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
