creating EPS with Python

John J. Lee jjl at pobox.com
Wed Dec 24 08:03:42 EST 2003


hwlgw at hotmail.com (Will Stuyvesant) writes:
[...]
> error: Python was built with version 6 of Visual Studio, and
> extensions need to be built with the same version of the compiler, but
> it isn't installed.
> 
> Bah!
> 
> Maybe there is something in the .py files I can use.

You could rebuild Python with MSVC 7 (free download of non-optimising
compiler), or use cygwin Python (or mingw Python?  Not sure if that
exists...).


John




More information about the Python-list mailing list