tualatrix / ubuntu-tweak

Ubuntu Tweak is a tool that makes it easy to configure your system and desktop settings. (This project is no longer under maintenance)
GNU General Public License v2.0
692 stars 197 forks source link

how to install ? #31

Closed arpit1997 closed 9 years ago

arpit1997 commented 9 years ago

Traceback (most recent call last): File "setup.py", line 2, in from setuptools import setup, find_packages ImportError: No module named setuptools

aviaryan commented 9 years ago

It looks like setuptools is not installed in your system. To do that, first install pip

sudo apt-get install python-pip

Then install the setuptools module. (restarting terminal may be needed)

sudo pip install setuptools
arpit1997 commented 9 years ago

thanks for your suggestion issue resolved