Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100862
| From | Nicky Mac <nmcelwaine@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD |
| Date | 2015-12-25 15:45 +0000 |
| Message-ID | <mailman.12.1451072732.11925.python-list@python.org> (permalink) |
| References | (10 earlier) <CAKafoGAYsm-gHs7JJ-VfP-1atKCTc0RSXK9LF05xt4LtzqNAPA@mail.gmail.com> <CACL+1av1273CVRrYFAqOT3Bvzzn0F+9Qq=ofYw2hwUDhajnXPw@mail.gmail.com> <CAKafoGBd916JWvSvaE9+oyKW3-tEDYBNKqgy41efzfBYG12NNA@mail.gmail.com> <CACL+1atkroS+M5mHDgo5rhvR3yvuXdhOUpVQwGedL7Cbu77_HA@mail.gmail.com> <CAKafoGAYk8YJCKRZEiPn54sW6dOnZdwYzQN+=uofQhMM--Qk1A@mail.gmail.com> |
problem solved :_ I upgraded to 3.5.1 just released, and it works fine! (except pillow and pygame installs still dont work, but that's not your problem) Enjoy the holidays On 25 December 2015 at 14:12, Nicky Mac <nmcelwaine@gmail.com> wrote: > thanks again for continuing to address my problem. > all those files are present as required. > This is a hard slog. > Maybe I should give up and fallback to my now working win 7 system > until a resolution crops up via an update/upgrade. > Have a happy and peaceful Christmas > > > On 24 December 2015 at 22:17, eryk sun <eryksun@gmail.com> wrote: > >> On Thu, Dec 24, 2015 at 3:29 PM, Nicky Mac <nmcelwaine@gmail.com> wrote: >> > >> > C:\Users\Nick>python -m idlelib >> > ** IDLE can't import Tkinter. >> > Your Python may not be configured for Tk. ** >> >> In the 3.5 installation directory, ensure that tkinter is installed in >> Lib/tkinter. There should be an "__init__.py" and several other files >> such as "filedialog.py". Also ensure that the DLLs directory has the >> extension module "_tkinter.pyd" and dependent DLLs "tcl86t.dll" and >> "tk86t.dll". >> > > > > -- > Nick "Mac" McElwaine > -- Nick "Mac" McElwaine
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD Nicky Mac <nmcelwaine@gmail.com> - 2015-12-25 15:45 +0000
csiph-web