Python binaries with VC++ 8.0?

Carl Banks pavlovevidence at gmail.com
Mon Feb 9 02:14:52 EST 2009


On Feb 8, 10:51 pm, Greg Ewing <greg.ew... at canterbury.ac.nz> wrote:
> Is there anywhere I can download a set of Python
> binaries, of any version, that have been built
> with Visual C++ 8.0?
>
> I'm trying to hook Python up to Sketchup 7 on
> Windows, and I think I'm having problems because
> Sketchup is linked with msvcr80.dll.

I'm pretty sure 2.6.1 is compiled with 8.0.  However, I think the
Visual C++ 8.0 uses msvcrt90.dll.

Take a look at this bug report to see if it's related to your issue:

http://bugs.python.org/issue4566


Carl Banks



More information about the Python-list mailing list