[issue41758] turtledemo.colormixer crashes with a stack overflow

Jeremy Kloth report at bugs.python.org
Mon Sep 14 00:38:07 EDT 2020


Jeremy Kloth <jeremy.kloth+python-tracker at gmail.com> added the comment:

The error from importing numpy comes from attempting to load a 64-bit DLL in a 32-bit process.  This stems from the shared user install directory (now fixed in 3.9, I believe).

There is most likely a mix of 32- and 64-bit extensions in the user install directory that are causing issues.  To test this, Tushar, please rename/move the '%APPDATA%\Python\Python38' directory.

----------
nosy: +jkloth

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41758>
_______________________________________


More information about the Python-bugs-list mailing list