Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got an error with OpenXenManager on Fedora27 #143

Open
gabrielmrqz opened this issue Apr 23, 2018 · 1 comment
Open

Got an error with OpenXenManager on Fedora27 #143

gabrielmrqz opened this issue Apr 23, 2018 · 1 comment

Comments

@gabrielmrqz
Copy link

gabrielmrqz commented Apr 23, 2018

I've installed the pre-requisites, but I'm getting this error:
"Traceback (most recent call last):
File "/usr/bin/openxenmanager", line 4, in
import('pkg_resources').run_script('openxenmanager==0.1b1', 'openxenmanager')
File "/usr/lib/python2.7/site-packages/pkg_resources/init.py", line 750, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/site-packages/pkg_resources/init.py", line 1524, in run_script
exec(code, namespace, namespace)
File "/usr/lib/python2.7/site-packages/openxenmanager-0.1b1-py2.7.egg/EGG-INFO/scripts/openxenmanager", line 32, in
from OXM.window import oxcWindow
File "/usr/lib/python2.7/site-packages/openxenmanager-0.1b1-py2.7.egg/OXM/window.py", line 41, in
import gtk.glade
ImportError: No module named glade"

Does anyone know what could it be?

@magikmw
Copy link

magikmw commented Apr 25, 2018

dnf install glade - should fix it
Overall Fedora dependencies are:
gtk-vnc-python glade python2-configobj python-raven

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants