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, that does work perfectly. I didn't realize you could chain > commands like that!
Aside: you can also put these options into the setup.cfg file, so that you don't have to retype them every time. -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, Jun 30 2005) >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ ::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! :::: _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
