[SOLVED] Deluge 1.2.3 setup.py syntax errors
Posted: Sat Nov 20, 2010 2:37 pm
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:
I don't know enough python to fix it. Can anyone help?
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