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

no module named "oxm.window" openxenmanager #148

Open
sparky1088 opened this issue Sep 10, 2018 · 1 comment
Open

no module named "oxm.window" openxenmanager #148

sparky1088 opened this issue Sep 10, 2018 · 1 comment

Comments

@sparky1088
Copy link

sparky1088 commented Sep 10, 2018

When first downloaded I was getting the error that is the title.
I am running Ubuntu 18.04
Because it is not on the mirror I just downloaded the zip.
So I made sure I had all of the dependencies etc and then noticed that it wasn't actually finding the src directory in the oxm.pyw was the problem
I modified to the from ./src to the actual path rather than relative.
from:

sys.path.append('./src')

to:

#sys.path.append('./src')
sys.path.append('/home/user/openxenmanager-master/src')

I didn't save the full trace stack but i can undo the modification to the file if it is needed.

If this isnt coherent enough to make a real fix from that is fine. Not sure why that fixed it as the relative path should have worked.

edit: formatting

@sparky1088
Copy link
Author

found a terminal with the full trace in it

Traceback (most recent call last):
  File "./openxenmanager-master/openxenmanager", line 32, in <module>
    from OXM.window import oxcWindow
ImportError: No module named OXM.window

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

1 participant