[reportlab-users] Error: python was built with Visual Studio 2003

Christian Heimes lists at cheimes.de
Wed Jan 14 14:11:43 EST 2009


Robin Becker schrieb:

> I have a process which builds 2.3, 2.4, 2.5 & 2.6 versions of the .pyds

> every night. I think the 2.3 versions need 2003 VS6, 2.4/2.5 needs 2005

> VS7 and I believe 2.6 is using 2007 VS8.


You got the version numbers and years mixed up. The official Windows
builds of Python 2.4 and 2.5 are build with VC 7.1 aka VS 2003. Starting
with Python 2.6 and 3.0 VC 9 aka VS 2008 are used. Visual Studio 2005
(VC 8) is not used for any official build.

You can use MinGW32 to build Windows binaries for most Python versions
though.

Christian



More information about the reportlab-users mailing list