Skip to content

no module named "oxm.window" openxenmanager #148

@sparky1088

Description

@sparky1088

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions