Im new to linux but i like it more than windows. Im trying to install keryx to download update packages for my laptop which i install ubuntu on it yesterday. but while install the setup.py. terminal gives a url which it says that i should install it. But the problem when installing it was:
skadush@ubuntu:~/python-distutils-extra-2.35$ python setup.py
Traceback (most recent call last):
File "setup.py", line 3, in <module>
from setuptools import setup
ImportError: No module named setuptools
skadush@ubuntu:~/python-distutils-extra-2.35$
What does it mean?
python(to run the setup.py script), you already have python installed. I edited the title of your question to reflect this. I would advise against keryx. You probably don't need it, and it hasn't been updated in a year and a half. – dsh Aug 8 '12 at 16:06