[SOLVED] Deluge 1.2.3 setup.py syntax errors

General support for problems installing or using Deluge
Post Reply
guriinii

[SOLVED] Deluge 1.2.3 setup.py syntax errors

Post 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?
Last edited by guriinii on Sat Nov 20, 2010 5:55 pm, edited 1 time in total.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge 1.2.3 setup.py syntax errors

Post 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?
guriinii

Re: Deluge 1.2.3 setup.py syntax errors

Post 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.
Post Reply