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 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:
Traceback (most recent call last):
File "./openxenmanager-master/openxenmanager", line 32, in <module>
from OXM.window import oxcWindow
ImportError: No module named OXM.window
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:
to:
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
The text was updated successfully, but these errors were encountered: