openxenmanager
openxenmanager copied to clipboard
Got error when running openxenmanager on macOS high sierra
When running this command ./openxenmanager, I got this error.
Traceback (most recent call last):
File "./openxenmanager", line 32, in
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?
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:
pip2 install configobj
python2 setup.py build
python2 setup.py install
and it worked nicely-ish for me (am on high-sierra).