How does Scons compare to distutils?

John J. Lee jjl at pobox.com
Mon Dec 12 15:21:47 EST 2005


"seberino at spawar.navy.mil" <seberino at spawar.navy.mil> writes:

> How does Scons compare to distutils?  Should I ignore
> it or move to it?
[...]

Yes.

Seriously, what are you doing?

distutils seems pretty ubiquitous when building Python extensions,
since it has special knowledge of the Python with which it is run, and
makes some common tasks easy.  scons, OTOH, is a general
make-replacement.  scons is most useful for people writing projects
mostly in compiled languages.  I imagine scons has some support for
distutils.


John




More information about the Python-list mailing list