lad1337 / XDM

XDM: eXtendable Download Manager. Plugin based media collection manager.
xdm.lad1337.de
Other
203 stars 46 forks source link

XDM don't start #186

Open tnds82 opened 9 years ago

tnds82 commented 9 years ago

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 commented 9 years ago

I assume you have another version of cherrypy installed

Try:

virtualenv xdm_env
source xdm_env/bin/activate
python ./XDM.py
tnds82 commented 9 years ago

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 commented 9 years ago

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 commented 9 years ago

Hello

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