Python 2.6 compatibility
Posted: Thu Sep 10, 2009 10:42 pm
Hi,
I tried to install deluge 1.1.9, but installation doesn't work with Python 2.6 anymore. With 2.5 there was no problem.
Is deluge (yet) compatible with Python 2.6?
I tried to install deluge 1.1.9, but installation doesn't work with Python 2.6 anymore. With 2.5 there was no problem.
Code: Select all
python setup.py build
Traceback (most recent call last):
File "setup.py", line 28, in <module>
from setuptools import setup, find_packages, Extension
ImportError: No module named setuptools