Page 1 of 1

Error when compiling Deluge 1.3

Posted: Sat Aug 14, 2010 12:07 am
by tiagoss
Hi guys, First of all thanks for this great software!

I'm having some problem to setup the 1.3 RC1 in my box from source .

First I'm making this kind of setup:

Code: Select all

tar xvjf deluge-1.3.0_rc1.tar.bz2
cd deluge-1.3.0_rc1
python setup.py build
python setup.py install
Buf after the python setup.py install I did receive a message:
running install_scripts
running build_scripts
error: cannot copy tree 'build/scripts-2.6': not a directory
Anyone knows what is it?

My box is: Debian Lenny 5.0.

Thanks :)

Re: Error when compiling Deluge 1.3

Posted: Mon Aug 16, 2010 10:07 pm
by andar
You need to run the install portion as root.