[Cython] Cython 0.11.2 test errors
Stefan Behnel
stefan_ml at behnel.de
Sat May 30 15:52:53 CEST 2009
Dag Sverre Seljebotn wrote:
> I'm all in favor of officially dropping support for older VS compilers
> which newer Python versions do not support.
It's not as easy as that, though. Older Python versions require a specific
MSVC option for building extension modules, so using a newer MS compiler is
not an option here. While MinGW *is* an option, I assume that MSVC is a lot
easier to set up on Windows, so it's not a simple click-and-forget option
but more of a try-to-make-it-work-if-you-really-want-to-use-it option,
especially when also compiling against other external libraries which users
may or may not build from sources.
Stefan
More information about the Cython-dev
mailing list