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


Groups > comp.lang.python > #100838

Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD

From eryk sun <eryksun@gmail.com>
Newsgroups comp.lang.python
Subject Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD
Date 2015-12-24 16:17 -0600
Message-ID <mailman.132.1450995476.2237.python-list@python.org> (permalink)
References (8 earlier) <CAKafoGC4ZYCJm6EF+3O2BRN-Dtvewc-F7Bb=nH_62oHpUz270g@mail.gmail.com> <CAKafoGAt=TtAAk6pBArT21tAqpvQOp3w5Fm+6eStDfTB9X1_iA@mail.gmail.com> <CAKafoGAYsm-gHs7JJ-VfP-1atKCTc0RSXK9LF05xt4LtzqNAPA@mail.gmail.com> <CACL+1av1273CVRrYFAqOT3Bvzzn0F+9Qq=ofYw2hwUDhajnXPw@mail.gmail.com> <CAKafoGBd916JWvSvaE9+oyKW3-tEDYBNKqgy41efzfBYG12NNA@mail.gmail.com>

Show all headers | View raw


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".

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD eryk sun <eryksun@gmail.com> - 2015-12-24 16:17 -0600

csiph-web