On Sun, Oct 12, 2003 at 12:19:14AM +0200, Jack Jansen wrote: > system they then do something quite like "setup.py install". This > doesn't work with standard > distutils, because the "install" always does the "build" too. Would "python setup.py install --skip-build" do the job? --amk