• My Errors
  • Login
  • Search
Search again

Error #74034

ImportError: No module named setuptools

User's solution

This works!
+21 Vote Up

wget http://pypi.python.org/pa...9d3211a010
tar xfvz setuptools-0.6c8.tar.gz
cd setuptools-0.6c8
python setup.py build
python setup.py install

Jun 03, 2008

Comments

no workee, 404 on the wget

user62272 Mar 19, 2009

worked for me... though the full path for setuptools is not visible above. You have to click on it to download with a browser or right click to get the full URL to use with wget.

user66182 May 04, 2009

many thanks!! perfect!

user72392 Jul 08, 2009

ubuntu: sudo apt-get install python-setuptools

user74203 Jul 23, 2009

thanks a lot. problem solved.

user83253 Oct 26, 2009

have installed through synaptic (Jaunty), still same error message

user96042 Apr 01, 2010

Thanks a lot!

user108705 Aug 23, 2010

very very fine!!!

user115491 Mar 16, 2011

user74203 thanks alot man.....you have helped me big time with this...have beeen cracking my head on it...

user115560 Mar 17, 2011

thanks a lot.

user123261 Jul 31, 2011

Flawless, Thank you!!!

user123809 Sep 07, 2011

Same as above.

user124139 Oct 01, 2011

Problem solved, many thanks.

user129794 Dec 02, 2011

Thanks. For ubuntu this error was resolved by executing cmd - sudo apt-get install python-setuptools

user129794 Dec 02, 2011

on OpenSuSE: zypper install python-setuptools

user140291 Jan 17, 2012