[Python-Dev] addressing distutils inability to track file dependencies

Michael Hudson mwh@python.net
14 Jun 2002 13:49:39 +0100


"Thomas Heller" <thomas.heller@ion-tof.com> writes:

> Then there's Berthold Höllmanns test-command he posted to the
> distutils sig, which internally runs the 'build' command, then extends
> sys.path by build_purelib, build_platlib, and the test-directory, and
> finally runs the tests in the test-directory files.

You could have a variant of that that just ran a
code.InteractiveInterpreter.  

$ python setup.py play-around

Cheers,
M.

-- 
31. Simplicity does not precede complexity, but follows it.
  -- Alan Perlis, http://www.cs.yale.edu/homes/perlis-alan/quotes.html