Jyte is now owned by AboutUs. Read all about it here.

I prefer setuptools over Python's standard distutils.

By 3 keturn on March 19, 2007

Embed Claim Make a related claim

Discussion (3)

http://keturn.net/

3 keturn who disagreed, says

Make a related claim over 2 years ago (link)
http://bignose.whitetree.org/

2 bignose who agreed, says

Setuptools is far from perfect, but it provides many things lacking in distutils. The main one, for me, being automated dependency download and installation.

I want to point potential users at my package and say "Install this", instead of having to tell them half a dozen things they need to install, at the right versions, in the right order, before even thinking about what to do with what *I* wrote.

The only option for that with distutils is to include every dependency *in* the package. That's so far from being the right thing to do that it's laughable.

Make a related claim over 2 years ago (link)
http://corydodt.myopenid.com/

1 Cory who agreed, says

I agree with you that a thing like setuptools should be in the core. Unfortunately for both of us, the only way setuptools will get into the core is if there's a demand for it. The only way demand can get generated is for it to exist as a third-party for a while. ST is in an unfortunate phase of its life right now, but I want it to win its way into stdlib.

Also, package managers don't really cut it for me. When I'm doing cutting-edge development work, I'm rarely willing to rely on the latest version that's packaged in my operating system. If it's any framework or library that's in active development, I want to start a new project with the latest and greatest. That means from-source installation or setuptools. Setuptools is easier.

Also, I should point out that your distribution usually packages setuptools too. :-)

Make a related claim over 2 years ago (link)
Sign in in to leave a comment.