You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hey @evelynloo, I don't know if this helps, but is it possible your python and pip commands pointing to the system python instead of homebrew python?
I made a mistake earlier where my configobj was on the wrong path, when I reinstalled python through homebrew it was installed as python2 and pip2 so I instead used:
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,
But still not able to launch the openxenmanager, can anyone help me out, please?
The text was updated successfully, but these errors were encountered: