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


Groups > comp.lang.python > #100838 > unrolled thread

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

Started byeryk sun <eryksun@gmail.com>
First post2015-12-24 16:17 -0600
Last post2015-12-24 16:17 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

Fromeryk sun <eryksun@gmail.com>
Date2015-12-24 16:17 -0600
SubjectRe: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD
Message-ID<mailman.132.1450995476.2237.python-list@python.org>
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".

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web