OpenXenManager / openxenmanager

Opensource XenServer Management Interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gtk-vnc error

irkonik opened this issue · comments

After the gtk-vnc update on my arch systems from 0.5.6 to 0.6.0, OpenXenManager is broken and doesn't start. A user in the arch forum says it's cause is from missing bindings. (see here)

Just wanted to let you know. I did what OP in the arch forum did, I downgraded.

Traceback (most recent call last):
  File "/usr/bin/openxenmanager", line 32, in <module>
    from OXM.window import oxcWindow
  File "/usr/lib/python2.7/site-packages/OXM/window.py", line 36, in <module>
    import gtkvnc
ImportError: No module named gtkvnc

I am also having this issue and I do not have the option to rollback. Is this something that can be patched on oxm end or will it have to be fixed by the gtk-vnc package?

It seems that OXM isn't reaching to the 'gtkvnc'

Try check if gtkvnc is installed by

python
>>> import gtkvnc

Check if this gives an error.

On my machine running Ubuntu 18.04 this was solved by installing python-gtk-vnc.
After this you possibly get another error about missing glade, so you also want to install python-glade2.

sudo apt install -y python-gtk-vnc python-glade2

On my Centos7.2 machine, it is called gtk-vnc-python

can any one help me please
when i tried to install dependencies with
root@Pc:/var/www/openxenmanager# sudo apt install -y python-gtk-vnc python-glade2
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-gtk-vnc
E: Unable to locate package python-glade2

I am Using Ubuntu 20.04

You should really take a look at Xen Orchestra, this project is no active since a while.