Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Guess i am doing something wrong. #35

Closed
itsme9x opened this issue Jul 13, 2013 · 8 comments
Closed

Guess i am doing something wrong. #35

itsme9x opened this issue Jul 13, 2013 · 8 comments

Comments

@itsme9x
Copy link

itsme9x commented Jul 13, 2013

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

@lad1337
Copy link
Owner

lad1337 commented Jul 13, 2013

To start XDM there is no need to run the setup.py ... Just
python XDM.py

But "ImportError: No module named xdm" is really weird ... Is there a folder named "xdm" in the root folder?

@itsme9x
Copy link
Author

itsme9x commented Jul 13, 2013

squeezeplug:/XDM# dir
LICENSE README.md babel.cfg doc i18n repoJSONmaker.py setup.py
Meta-Resources XDM.py corePlugins html lib rootLibs
squeezeplug:/XDM# python XDM.py
Traceback (most recent call last):
File "XDM.py", line 51, in
import xdm
ImportError: No module named xdm

@lad1337
Copy link
Owner

lad1337 commented Jul 13, 2013

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 :/

@itsme9x
Copy link
Author

itsme9x commented Jul 13, 2013

Okay, that resolved that, but now the next import issue...

squeezeplug:/XDM# python XDM.py
Traceback (most recent call last):
File "XDM.py", line 51, in
import xdm
File "/XDM/xdm/init.py", line 25, in
from lib.profilehooks import profile as profileHookFunction
File "/XDM/lib/profilehooks.py", line 106, in
from profile import Profile
ImportError: No module named profile
squeezeplug:/XDM#

@lad1337
Copy link
Owner

lad1337 commented Jul 13, 2013

What python version are you using ? XDM works best / only (I have to determine that) with version 2.7.x

@itsme9x
Copy link
Author

itsme9x commented Jul 13, 2013

squeezeplug:/XDM# python
Python 2.6.6 (r266:84292, Dec 27 2010, 21:57:32)
[GCC 4.4.5 20100902 (prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.

@lad1337
Copy link
Owner

lad1337 commented Jul 14, 2013

well as we can see you are using 2.6.6 try 2.7

@itsme9x
Copy link
Author

itsme9x commented Jul 28, 2013

that fixed it!

@lad1337 lad1337 closed this as completed Jul 29, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants