Please Recommend a C compiler for use with Python.

Tim Peters tim.one at comcast.net
Mon Jan 27 14:05:13 EST 2003


[Irmen de Jong]
> Just for my information, does Python compile with VC++ 7
> (the C++ compiler from VStudio .NET) ?

More than one person reported success, but I believe with the Python 2.3
sources (not yet released).  However, there "are problems" if a Python
compiled with VC7 tries to use an extension module compiled with VC6.
Apparently the VC6 and VC7 C runtime libraries were cleverly designed to die
in horrible ways if they ever bump into each other.






More information about the Python-list mailing list