-
Notifications
You must be signed in to change notification settings - Fork 46
Guess i am doing something wrong. #35
Comments
To start XDM there is no need to run the setup.py ... Just But "ImportError: No module named xdm" is really weird ... Is there a folder named "xdm" in the root folder? |
squeezeplug:/XDM# dir |
Yeah there is like 90% of the program missing ... Delete the folder and try the git clone again many it was an issue with GitHub :/ |
Okay, that resolved that, but now the next import issue... squeezeplug:/XDM# python XDM.py |
What python version are you using ? XDM works best / only (I have to determine that) with version 2.7.x |
squeezeplug:/XDM# python |
well as we can see you are using 2.6.6 try 2.7 |
that fixed it! |
squeezeplug:/XDM# git clone https://github.com/lad1337/XDM.git
Cloning into XDM...
remote: Counting objects: 3110, done.
remote: Compressing objects: 100% (2011/2011), done.
remote: Total 3110 (delta 1173), reused 2966 (delta 1031)
Receiving objects: 100% (3110/3110), 10.66 MiB | 1004 KiB/s, done.
Resolving deltas: 100% (1173/1173), done.
squeezeplug:/XDM# python XDM.py
Traceback (most recent call last):
File "XDM.py", line 51, in
import xdm
ImportError: No module named xdm
squeezeplug:/XDM# python setup.py
Starting build ...
Traceback (most recent call last):
File "setup.py", line 675, in
main()
File "setup.py", line 576, in main
from xdm import common
ImportError: No module named xdm
The text was updated successfully, but these errors were encountered: