Error when compiling Deluge 1.3

General support for problems installing or using Deluge
Post Reply
tiagoss

Error when compiling Deluge 1.3

Post 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 :)
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Error when compiling Deluge 1.3

Post by andar »

You need to run the install portion as root.
Post Reply