Open
Description
When running this command ./openxenmanager, I got this error.
Traceback (most recent call last):
File "./openxenmanager", line 32, in
from OXM.window import oxcWindow
File "./src/OXM/window.py", line 25, in
from configobj import ConfigObj
ImportError: No module named configobj
I have already executed these command successfully,
- brew install python gtk pygtk
- pip install configobj
But still not able to launch the openxenmanager, can anyone help me out, please?