[Zope-Coders] Distutils-based Zope install (was Zope 2.6 planning - call for contributors!)

Chris McDonough chrism@zope.com
Mon, 4 Mar 2002 10:03:24 -0500


> Just because distutils contains all sorts of bits for the Python way of
> life doesn't mean we have to use them. :-)  It works fine for
> straight-up building of modules.

This is what I thought, and I agree.  It would be fine to use distutils for
the things its good at: packaging and installing Python modules and
packages.  But I think we also need supporting install software (ala maybe
something generated by autoconf or written manually) to help install the
bits of the software that are not Python modules and packages.

 -C