Python 3 against Deluge

General support for problems installing or using Deluge
Post Reply
ev-i
New User
New User
Posts: 4
Joined: Tue Mar 03, 2009 3:30 pm
Location: Russia
Contact:

Python 3 against Deluge

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

Re: Python 3 against Deluge

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