bash-3.1$ deluge
Traceback (most recent call last):
File "/usr/bin/deluge", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
What can I do with this?
*Edit*
After installing setuptools now there's a little difference in error message:
bash-3.1$ deluge
Traceback (most recent call last):
File "/usr/bin/deluge", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2562, in <module>
working_set.require(__requires__)
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 626, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 524, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: deluge==1.1.9
Yes, multiple times. Nothing has changed... Is it possible that python 2.6 is causing this issue? After upgrading all required packages to latest versions, I've got another error message:
bash-3.1$ deluge
Traceback (most recent call last):
File "/usr/bin/deluge", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
But I've got setuptools installed properly. That's strange. Is it possible that this version of setuptools is designed for python 2.5 only? I'm using python 2.6.