[BangPypers] setuptools and distutils confusion

Gopalakrishnan Subramani gopalakrishnan.subramani at gmail.com
Wed Aug 24 08:58:29 CEST 2011


Thanks Noufal. I misunderstood. I was using disutils for to create a package
for my app.

--

Gopal




On Wed, Aug 24, 2011 at 12:53 AM, Noufal Ibrahim <noufal at gmail.com> wrote:

> Gopalakrishnan Subramani <gopalakrishnan.subramani at gmail.com> writes:
>
> > setuptools is for the users who use a package produced by someone.
> > disutils is for users who produce the package.
>
> Not really. distutils is the packaging system provided by the standard
> library.
>
> setuptools is an extension of distutils which provides automatic
> fetching from PyPI etc. It's installer is easy_install.
>
> distribute is a fork of setuptools that was created because setuptools
> was stagnating.
>
> pip is a replacement for easy_install that's standalone.
>
> distutils2 is a completel rewrite and cleanup of the above mess.
>
>
> [...]
>
>
> --
> ~noufal
> http://nibrahim.net.in
>
> I disagree with unanimity.
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>


More information about the BangPypers mailing list