[Distutils] MSVC CRT woes

M.-A. Lemburg mal at egenix.com
Fri Feb 20 10:31:45 EST 2004


Thomas Heller wrote:
> "M.-A. Lemburg" <mal at egenix.com> writes:
> 
> 
>>That said, I think that including two wininst versions, one
>>compiled with VC6, the other with VC7, would solve this problem
>>nicely.  You'd still have to have VC6/7 for compiling C extensions,
>>but at least generating pure Python distutils wininst packages
>>would remain possible.
> 
> 
> I'm currently working on this.
> 
> distutils.msvccompiler.get_build_version() returns the MSVC version
> number as float, so I would suggest we name the wininst.exe according to
> this schema
>   "wininst-%s.exe" % msvccompiler.get_build_version()
> 
> wininst-6.0.exe and wininst-7.1.exe binaries would be provided with
> python (and distutils, if this is distributed separately again).

Sounds right to me.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Feb 20 2004)
 >>> Python/Zope Consulting and Support ...        http://www.egenix.com/
 >>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
 >>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________
2004-01-23: Released mxODBC.Zope.DA 1.0.8        http://zope.egenix.com/

::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! ::::



More information about the Distutils-SIG mailing list