[issue24771] Cannot import _tkinter in Python 3.5 on Windows

eryksun report at bugs.python.org
Sat Aug 1 23:25:45 CEST 2015


eryksun added the comment:

Not finding python35.dll is normal since there's no activation context from python.exe. The vcruntime140 library is statically linked to avoid having to distribute vcruntime140.dll. See issue 24476. This needs to be changed in the TCL/Tk project files as well.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24771>
_______________________________________


More information about the Python-bugs-list mailing list