Strange crash while running a script with a embedded python interpreter

Michael Torrie torriem at gmail.com
Fri Jan 8 17:28:36 EST 2016


On 01/08/2016 09:18 AM, Rickard Englund wrote:
> First, some system info
> * Windows 7 (also tested on 8 and 10) 
> * Python 3.5.1 64bit (previously also tested using several 3.x versions)  (also tested with 32 bit, but with 3.4.2) 
> * Microsoft Visual Studio 2015 (earlier version of python also tested with Visual Studio 2013)  

Are you using the same version of Visual Studio that Python itself was
compiled with?  If not there can be subtle problems with incompatible
msvcrt dlls.  No idea if this would be contributing to the problem or
not, though.



More information about the Python-list mailing list