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

XDM don't start #186

Open
tnds82 opened this issue Dec 4, 2014 · 4 comments
Open

XDM don't start #186

tnds82 opened this issue Dec 4, 2014 · 4 comments

Comments

@tnds82
Copy link

tnds82 commented Dec 4, 2014

sudo git clone https://github.com/lad1337/XDM.git
Cloning into 'XDM'...
remote: Counting objects: 6289, done.
remote: Compressing objects: 100% (25/25), done.
remote: Total 6289 (delta 10), reused 0 (delta 0)
Receiving objects: 100% (6289/6289), 19.62 MiB | 504.00 KiB/s, done.
Resolving deltas: 100% (2393/2393), done.
Checking connectivity... done.
server@ubuntu:$ cd XDM
server@ubuntu:
/XDM$ python ./XDM.py
Traceback (most recent call last):
File "./XDM.py", line 50, in
import cherrypy.process.plugins
ImportError: No module named process.plugins
server@ubuntu:~/XDM$

Can you help please

@lad1337
Copy link
Owner

lad1337 commented Dec 4, 2014

I assume you have another version of cherrypy installed

Try:

virtualenv xdm_env
source xdm_env/bin/activate
python ./XDM.py

@tnds82
Copy link
Author

tnds82 commented Dec 4, 2014

xbmcnas@XBMCNASSERVER:/opt$ virtualenv xdm_env
-bash: virtualenv: command not found
xbmcnas@XBMCNASSERVER:/opt$ source xdm_env/bin/activate
-bash: xdm_env/bin/activate: No such file or directory
xbmcnas@XBMCNASSERVER:/opt$ bash virtualenv xdm_env
bash: virtualenv: No such file or directory
xbmcnas@XBMCNASSERVER:/opt$

I supose the clone of git is not complete
I try again

@lad1337
Copy link
Owner

lad1337 commented Dec 4, 2014

no no ... i assumed you are on "server@ubuntu" and ubuntu would have told you how to install "virtualenv" ... dont know what machine your are on now ... but you will need a package / program "virtualenv"
see http://docs.python-guide.org/en/latest/dev/virtualenvs/

try

pip install virualenv
virtualenv xdm_env
source xdm_env/bin/activate
python ./XDM.py

@tnds82
Copy link
Author

tnds82 commented Dec 4, 2014

Hello

Thanks for help but resolve the problem when remove python-cherrypy.
Thanks again

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