[convirt-users] ConVirt-0.8.1 on CentOS5.1

2008-02-15 Thread Pasquale DiGennaro
Hi all, I'm trying to get working ConVirt0.8.1 on CentOS5.1. After configuring Xen and paramiko and applying patches I'm able to start the GUI, but It's unusable: as soon as I click on the left menu I get a "Exception: unknown type (null)". Python installed is 2.4.3. Any help? Thanks a lot. P- -

Re: [convirt-users] ConVirt-0.8.1 on CentOS5.1

2008-02-15 Thread Pasquale DiGennaro
Thanks for your help. I'm trying to use CentOS as local distro. I'm using tarball 0.8.1. When I click on "localhost" on the left menu I have an exception. Here is the content of convirt.log: ---

Re: [convirt-users] ConVirt-0.8.1 on CentOS5.1

2008-02-15 Thread jd
-- Tarball or rpm ? -- local management or remote management. -- local distro, managed server(remote) distro. -- Clicking on the left meaning, clicking on the arrow for localhost ? Level 1 --- Check out if there is an exception in the log file when you do this. if so, pass them along. Level

Re: [convirt-users] ConVirt-0.8.1 on CentOS5.1

2008-02-15 Thread jd
humm looks like pygtk/gtk issue. lets see what version of gtk/pygtk you have python -c "import gtk; print gtk.gtk_version, gtk.pygtk_version" /Jd --- Pasquale DiGennaro <[EMAIL PROTECTED]> wrote: > Thanks for your help. > I'm trying to use CentOS as local distro. I'm using > tarball 0.8.1

Re: [convirt-users] ConVirt-0.8.1 on CentOS5.1

2008-02-15 Thread Pasquale DiGennaro
[EMAIL PROTECTED] ~]$ python -c "import gtk; print gtk.gtk_version, gtk.pygtk_version" (2, 10, 4) (2, 10, 1) packages are from centos5.1 official repository, updated to the last version available: pygtk2-2.10.1-8.el5 gtk2-2.10.4-19.el5 Thanks, P- 2008/2/15, jd <[EMAIL PROTECTED]>: > > humm l

Re: [convirt-users] ConVirt-0.8.1 on CentOS5.1

2008-02-15 Thread jd
You are most probably running in to https://launchpad.net/ubuntu/+source/revelation/+bug/56744 Which would require a pygtk upgrade to a newer version.!! OR see if u have FC or Ubuntu machine that can be used as a client. /Jd p.s. on my box python -c "import gtk; print gtk.gtk_version, gtk.pygtk