[issue24847] Can't import tkinter in Python 3.5.0rc1

Steve Dower report at bugs.python.org
Wed Aug 12 03:22:20 CEST 2015


Steve Dower added the comment:

Yep, this is my fix for the same issue pre-RC1 not quite working out (I'm guessing some difference between my dev box and my build box).

If you go into your DLLs directory there's an extra subdirectory (Microsoft.VC140.CRT or similar) with a single DLL in it. Move that DLL up one level to the DLLs folder and you should be fine.

I'll work up a setup authoring fix immediately, but really I want to patch Tcl/tk to not rely on that DLL so that we can be truly independent of CRT versioning.

----------
assignee:  -> steve.dower
nosy: +larry
priority: normal -> release blocker
versions: +Python 3.6

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


More information about the Python-bugs-list mailing list