> -Original Message-
> From: python-win32 [mailto:python-win32-
> [email protected]] On Behalf Of Christoph
> Groth
> Sent: 30 April 2013 00:51
> To: [email protected]
> Subject: [python-win32] Cython-generated module crashes after importing
> C++-extensio
Graham Bloice writes:
> Can you mix compilers with Python extensions, I thought you should (must)
> use the same compiler as the version of Python you are using is built with
> due to the compiler run-time library being used? See
> http://docs.python.org/2.7/extending/windows.html#using-dlls-in-