On Feb 8, 10:51 pm, Greg Ewing <greg.ew...@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 -- http://mail.python.org/mailman/listinfo/python-list