Re: [python-win32] Cython-generated module crashes after importing C++-extension compiled with MinGW

2013-04-30 Thread Christoph Groth
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-

Re: [python-win32] Cython-generated module crashes after importing C++-extension compiled with MinGW

2013-04-30 Thread Graham Bloice
> -Original Message- > From: python-win32 [mailto:python-win32- > bounces+graham.bloice=trihedral@python.org] On Behalf Of Christoph > Groth > Sent: 30 April 2013 00:51 > To: python-win32@python.org > Subject: [python-win32] Cython-generated module crashes after importing > C++-extensio