Page 1 of 1

[SOLVED] Deluge 1.2.3 setup.py syntax errors

Posted: Sat Nov 20, 2010 2:37 pm
by guriinii
Hi all!

I need to install deluge 1.2.3 on my Arch Linux box but I can't install it. I get this error:

Code: Select all

$ python setup.py build
  File "setup.py", line 302
    except Exception, e:
                    ^
SyntaxError: invalid syntax
I don't know enough python to fix it. Can anyone help?

Re: Deluge 1.2.3 setup.py syntax errors

Posted: Sat Nov 20, 2010 5:48 pm
by Cas
Why are you not using the latest version 1.3.1?

What version of python have you installed and were you following the installing source guide?

Re: Deluge 1.2.3 setup.py syntax errors

Posted: Sat Nov 20, 2010 5:55 pm
by guriinii
I needed the webui client to log in to a server and I was given some misinformation about what version of deluge was on it. So it's solved kind of.