Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95378 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2015-08-14 16:00 -0400 |
| Last post | 2015-08-14 16:00 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Fixing tkinter on 3.5.0rc1 for some Windows machines. Terry Reedy <tjreedy@udel.edu> - 2015-08-14 16:00 -0400
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2015-08-14 16:00 -0400 |
| Subject | Fixing 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
Back to top | Article view | comp.lang.python
csiph-web