Page 1 of 1

Python 3 against Deluge

Posted: Tue Mar 03, 2009 3:49 pm
by ev-i
Does Python 3 supports (or supported by?) Deluge (last version)?

I made Python upgrade from 2.6 to 3.0 version so deluged (and deluge) stopped running.

$ python -V
Python 3.0.1
$ deluged
Traceback (most recent call last):
File "/usr/local/bin/deluged", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
$

I thought that I need to recompile deluge with new Python but...

$python setup.py build
Traceback (most recent call last):
File "setup.py", line 23, in <module>
import ez_setup
File "/usr/home/ev/deluge-1.1.3/ez_setup.py", line 73
except pkg_resources.VersionConflict, e:
^
SyntaxError: invalid syntax
$

Re: Python 3 against Deluge

Posted: Tue Mar 03, 2009 6:39 pm
by andar
Using Python 3 right now is a bit premature.. Most of the 3rd party libraries haven't been ported and this will take a while..