Re: [Distutils] --build-base and install

2005-06-30 Thread Barry Warsaw
On Thu, 2005-06-30 at 10:01, Paul Moore wrote: Have you tried python setup.py build --build-base=whatever install ? I chain the commands like this to switch compilers on Windows (build --compiler=mingw32 bdist_wininst) and it works fine for that. Thanks Paul, that does work

Re: [Distutils] --build-base and install

2005-06-30 Thread Thomas Heller
Barry Warsaw [EMAIL PROTECTED] writes: On Thu, 2005-06-30 at 10:01, Paul Moore wrote: Have you tried python setup.py build --build-base=whatever install ? I chain the commands like this to switch compilers on Windows (build --compiler=mingw32 bdist_wininst) and it works fine for

Re: [Distutils] --build-base and install

2005-06-30 Thread M.-A. Lemburg
Barry Warsaw wrote: On Thu, 2005-06-30 at 10:01, Paul Moore wrote: Have you tried python setup.py build --build-base=whatever install ? I chain the commands like this to switch compilers on Windows (build --compiler=mingw32 bdist_wininst) and it works fine for that. Thanks Paul,

Re: [Distutils] --build-base and install

2005-06-30 Thread Phillip J. Eby
At 04:49 PM 6/30/2005 +0200, M.-A. Lemburg wrote: Barry Warsaw wrote: On Thu, 2005-06-30 at 10:01, Paul Moore wrote: Have you tried python setup.py build --build-base=whatever install ? I chain the commands like this to switch compilers on Windows (build --compiler=mingw32