I was trying to install "setuptool" package for python3.0. But unfortunately while I try to install it says module names "dist" is missing. pls help me to resolve this issue.

link|improve this question

77% accept rate
1  
there should be a FAQ to tell people that "don't try a package on Python 3 if it does not explicitly describe itself as compatible to Python 3". – Francis May 3 '09 at 11:15
@Francis . you are right . I spend sometime before asking here to dig to the problem. which in turn proved to waste. – Jijoy May 3 '09 at 12:22
feedback

2 Answers

up vote 4 down vote accepted

It seems that setuptools is currently in the process of being ported to Python 3. Looks like there are some difficulties. This is explained in more detail by Lennart Regebro here:

http://regebro.wordpress.com/2009/04/21/setuptools-on-python-3-work-on-hold/

http://www.mail-archive.com/distutils-sig@python.org/msg07183.html

http://regebro.wordpress.com/2009/02/01/setuptools-and-easy_install-for-python-3/

link|improve this answer
2  
This answer is now outdated. – Lennart Regebro Sep 26 '11 at 20:06
feedback

Distribute 0.6.3 supports Python 3 now. http://bitbucket.org/tarek/distribute/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.