Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #95077
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: Installation Successful, but pythonw and idle doesn't function |
| Date | 2015-08-06 04:54 -0400 |
| References | <201508051612.t75GCc5m017047@rs103.luxsci.com> <CAKJDb-PZMO9wGh_ULy0EUb3_Vo3cpY=TS+axcSCcFQKAoD8udw@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1273.1438851310.3674.python-list@python.org> (permalink) |
On 8/5/2015 10:43 PM, Zachary Ware wrote: >> C:\Users\judy\AppData\Local\Programs\Python\Python35-32\Lib\idlelib>idle.py >> ** IDLE can't import Tkinter. >> Your Python may not be configured for Tk. ** > > You hit upon a bug in 3.5.0b4, which is that the installer is broken > for tkinter unless you have Microsoft Visual Studio 2015 installed. > See http://bugs.python.org/issue24771 for details, the fix will be > included in 3.5.0rc1. This is pretty unusual. > Your best bet is to avoid using pre-release software, and stick with > Python 3.4.3 until such time as 3.5.0 final is released. Actually, people do a service by installing and testing pre-release software. They just need to realize that this is what they are doing ;-). There was a bug in 3.4.0, I believe it was, that was caught on the second day when someone installed and ran the test suite of their software. It would have nicer if that testing had been done sooner. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Installation Successful, but pythonw and idle doesn't function Terry Reedy <tjreedy@udel.edu> - 2015-08-06 04:54 -0400 Re: Installation Successful, but pythonw and idle doesn't function wxjmfauth@gmail.com - 2015-08-06 02:40 -0700
csiph-web