Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95378
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Fixing tkinter on 3.5.0rc1 for some Windows machines. |
| Date | 2015-08-14 16:00 -0400 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.12.1439582449.4764.python-list@python.org> (permalink) |
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Fixing tkinter on 3.5.0rc1 for some Windows machines. Terry Reedy <tjreedy@udel.edu> - 2015-08-14 16:00 -0400
csiph-web