openxenmanager icon indicating copy to clipboard operation
openxenmanager copied to clipboard

gtk-vnc error

Open irkonik opened this issue 9 years ago • 6 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

irkonik avatar Aug 25 '16 16:08 irkonik

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?

jakern avatar Oct 07 '16 14:10 jakern

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.

ovflowd avatar Dec 07 '16 19:12 ovflowd

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

xhronos avatar Aug 25 '18 06:08 xhronos

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

lcy985a avatar Mar 11 '19 02:03 lcy985a

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

surendra10125 avatar Sep 18 '20 07:09 surendra10125

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

olivierlambert avatar Sep 20 '20 21:09 olivierlambert