Am Donnerstag, 22. Januar 2009 22:26:08 schrieb Dejan Muhamedagic: > Hi, > > On Thu, Jan 22, 2009 at 04:43:58PM +0100, Michael Schwartzkopff wrote: > > Hi, > > > > Configure and compile and installation of a fresh Pacemaker-Python-GUI > > works for me. But calling > > # /usr/lib/heartbeat-gui/haclient.py > > > > results in: > > > > Traceback (most recent call last): > > File "/usr/lib/heartbeat-gui/haclient.py", line 27, in ? > > import sys, os, string, socket, syslog, webbrowser, pickle, xml, gc, > > time, binascii, thread, tarfile, gv > > ImportError: No module named gv > > > > I tried to guess that gv means graphviz and tried to install all packeges > > related to graphviz without success. > > Right. > > > I also tried to find libgv-python for debian etch, but nothing. > > Probably not packaged for etch. > > > Please could anybody explain me what the gv module is and in what debian > > etch package I can find it. > > You'd probably have to install it yourself. I usually google for > debian + etch + pkgname or take a look at the backports site.
No backport available for etch. since it is not essential for operation, wouldn't it be better so rewrite the source code to check if gv.py is available on the system. If not, just disable the additional functions and do not include gv.py? I think this would be the cleanest way out since debian etch ist very common and a lot of people will continue to use it for a long time. Michael. -- 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
