Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #95378 > unrolled thread

Fixing tkinter on 3.5.0rc1 for some Windows machines.

Started byTerry Reedy <tjreedy@udel.edu>
First post2015-08-14 16:00 -0400
Last post2015-08-14 16:00 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Fixing tkinter on 3.5.0rc1 for some Windows machines. Terry Reedy <tjreedy@udel.edu> - 2015-08-14 16:00 -0400

#95378 — Fixing tkinter on 3.5.0rc1 for some Windows machines.

FromTerry Reedy <tjreedy@udel.edu>
Date2015-08-14 16:00 -0400
SubjectFixing tkinter on 3.5.0rc1 for some Windows machines.
Message-ID<mailman.12.1439582449.4764.python-list@python.org>
Symptom: Using 3.5.0rc1 on Windows machines without VS2015 installed, 
import tkinter or use something that does so (Idle, Turtle, turtledemo, 
...) and get message "Your Python may not be configured for Tk."

Fix: In install directory, find /DLLs. In that find /MicrosoftVC140.CRT 
with one file vcruntime140.dll.  Move this file up into /DLLs

-- 
Terry Jan Reedy

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web