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 error when running openxenmanager on macOS high sierra #138

Open
evelynloo opened this issue Oct 31, 2017 · 1 comment
Open

Got error when running openxenmanager on macOS high sierra #138

evelynloo opened this issue Oct 31, 2017 · 1 comment

Comments

@evelynloo
Copy link

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,

  1. brew install python gtk pygtk
  2. pip install configobj

But still not able to launch the openxenmanager, can anyone help me out, please?

@JessicaCGlenn
Copy link

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).

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

No branches or pull requests

3 participants