Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Linux-HA: Users

Hb_GUI doesn't work

 

 

Linux-HA users RSS feed   Index | Next | Previous | View Threaded


cristina.bulfon at roma1

Sep 4, 2009, 3:20 AM

Post #1 of 5 (838 views)
Permalink
Hb_GUI doesn't work

Ciao,

I am running heartbeat version 3.0.0-33.2.x86_64 with pacemaker

pacemaker-1.0.5-4.1.x86_64
pacemaker-libs-1.0.5-4.1.x86_64
pacemaker-mgmt-client-1.99.2-6.1.x86_64
pacemaker-mgmt-1.99.2-6.1.x86_64


I was trying to use hb_gui but I got the following error


[root [at] afsitfs ~]# /usr/share/heartbeat-gui/haclient.py
File "/usr/share/heartbeat-gui/haclient.py", line 490
self.store = gtk.ListStore(*(tuple(str for i in
range(len(attr_list)+1))))
^
SyntaxError: invalid syntax

Thanks for any help

cristina
_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


ygao at novell

Sep 4, 2009, 3:42 AM

Post #2 of 5 (766 views)
Permalink
Re: Hb_GUI doesn't work [In reply to]

Cristina Bulfon wrote:
> Ciao,
>
> I am running heartbeat version 3.0.0-33.2.x86_64 with pacemaker
>
> pacemaker-1.0.5-4.1.x86_64
> pacemaker-libs-1.0.5-4.1.x86_64
> pacemaker-mgmt-client-1.99.2-6.1.x86_64
> pacemaker-mgmt-1.99.2-6.1.x86_64
>
>
> I was trying to use hb_gui but I got the following error
>
>
> [root [at] afsitfs ~]# /usr/share/heartbeat-gui/haclient.py
> File "/usr/share/heartbeat-gui/haclient.py", line 490
> self.store = gtk.ListStore(*(tuple(str for i in
> range(len(attr_list)+1))))
> ^
> SyntaxError: invalid syntax
Your python is too old to support the syntax. What distribution are you using and
the python version?

--
Regards,
Yan Gao

ygao [at] novell
Software Engineer
China Server Team, OPS Engineering

Novell, Inc.
Making IT Work As Oneâ„¢
_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


cristina.bulfon at roma1

Sep 4, 2009, 4:01 AM

Post #3 of 5 (766 views)
Permalink
Re: Hb_GUI doesn't work [In reply to]

Python 2.3.4

RedHat ES 4.7

thanks

cristina
On Sep 4, 2009, at 12:42 PM, Yan Gao wrote:

> Cristina Bulfon wrote:
>> Ciao,
>>
>> I am running heartbeat version 3.0.0-33.2.x86_64 with pacemaker
>>
>> pacemaker-1.0.5-4.1.x86_64
>> pacemaker-libs-1.0.5-4.1.x86_64
>> pacemaker-mgmt-client-1.99.2-6.1.x86_64
>> pacemaker-mgmt-1.99.2-6.1.x86_64
>>
>>
>> I was trying to use hb_gui but I got the following error
>>
>>
>> [root [at] afsitfs ~]# /usr/share/heartbeat-gui/haclient.py
>> File "/usr/share/heartbeat-gui/haclient.py", line 490
>> self.store = gtk.ListStore(*(tuple(str for i in
>> range(len(attr_list)+1))))
>> ^
>> SyntaxError: invalid syntax
> Your python is too old to support the syntax. What distribution are
> you using and
> the python version?
>
> --
> Regards,
> Yan Gao
>
> ygao [at] novell
> Software Engineer
> China Server Team, OPS Engineering
>
> Novell, Inc.
> Making IT Work As One™
> _______________________________________________
> Linux-HA mailing list
> Linux-HA [at] lists
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
>

_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


ygao at novell

Sep 7, 2009, 3:45 AM

Post #4 of 5 (729 views)
Permalink
Re: Hb_GUI doesn't work [In reply to]

Cristina Bulfon wrote:
> Python 2.3.4
>
> RedHat ES 4.7
The front-end (pacemaker-mgmt-client) cannot run on RHEL4. Though you could
still run the back-end (pacemaker-mgmt which includes mgmtd) on it, and connect
to it via a client on a later OS.

>
> thanks
>
> cristina
> On Sep 4, 2009, at 12:42 PM, Yan Gao wrote:
>
>> Cristina Bulfon wrote:
>>> Ciao,
>>>
>>> I am running heartbeat version 3.0.0-33.2.x86_64 with pacemaker
>>>
>>> pacemaker-1.0.5-4.1.x86_64
>>> pacemaker-libs-1.0.5-4.1.x86_64
>>> pacemaker-mgmt-client-1.99.2-6.1.x86_64
>>> pacemaker-mgmt-1.99.2-6.1.x86_64
>>>
>>>
>>> I was trying to use hb_gui but I got the following error
>>>
>>>
>>> [root [at] afsitfs ~]# /usr/share/heartbeat-gui/haclient.py
>>> File "/usr/share/heartbeat-gui/haclient.py", line 490
>>> self.store = gtk.ListStore(*(tuple(str for i in
>>> range(len(attr_list)+1))))
>>> ^
>>> SyntaxError: invalid syntax
>> Your python is too old to support the syntax. What distribution are
>> you using and
>> the python version?

--
Regards,
Yan Gao

ygao [at] novell
Software Engineer
China Server Team, OPS Engineering

Novell, Inc.
Making IT Work As One™
_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


cristina.bulfon at roma1

Sep 7, 2009, 3:48 AM

Post #5 of 5 (728 views)
Permalink
Re: Hb_GUI doesn't work [In reply to]

Ciao,

thanks for the advice .. at the end I moved back to heartbeatt 2.1.4 :-)

cristina
On Sep 7, 2009, at 12:45 PM, Yan Gao wrote:

> Cristina Bulfon wrote:
>> Python 2.3.4
>>
>> RedHat ES 4.7
> The front-end (pacemaker-mgmt-client) cannot run on RHEL4. Though
> you could
> still run the back-end (pacemaker-mgmt which includes mgmtd) on it,
> and connect
> to it via a client on a later OS.
>
>>
>> thanks
>>
>> cristina
>> On Sep 4, 2009, at 12:42 PM, Yan Gao wrote:
>>
>>> Cristina Bulfon wrote:
>>>> Ciao,
>>>>
>>>> I am running heartbeat version 3.0.0-33.2.x86_64 with pacemaker
>>>>
>>>> pacemaker-1.0.5-4.1.x86_64
>>>> pacemaker-libs-1.0.5-4.1.x86_64
>>>> pacemaker-mgmt-client-1.99.2-6.1.x86_64
>>>> pacemaker-mgmt-1.99.2-6.1.x86_64
>>>>
>>>>
>>>> I was trying to use hb_gui but I got the following error
>>>>
>>>>
>>>> [root [at] afsitfs ~]# /usr/share/heartbeat-gui/haclient.py
>>>> File "/usr/share/heartbeat-gui/haclient.py", line 490
>>>> self.store = gtk.ListStore(*(tuple(str for i in
>>>> range(len(attr_list)+1))))
>>>> ^
>>>> SyntaxError: invalid syntax
>>> Your python is too old to support the syntax. What distribution are
>>> you using and
>>> the python version?
>
> --
> Regards,
> Yan Gao
>
> ygao [at] novell
> Software Engineer
> China Server Team, OPS Engineering
>
> Novell, Inc.
> Making IT Work As One™
> _______________________________________________
> Linux-HA mailing list
> Linux-HA [at] lists
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
>

_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Linux-HA users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.