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


Groups > comp.lang.python > #100833

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

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-24 21:29 +0000
Message-ID <mailman.130.1450992740.2237.python-list@python.org> (permalink)
References (7 earlier) <CACL+1avT9Lh1-wEQBqarWfUUbOiNz7kQaaKrPyDxg43YyAYZkQ@mail.gmail.com> <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>

Show all headers | View raw


wow - a very comprehensive answer.
However it seems I have now got it correctly reinstalled  with the correct
environment and path (as below) So I'm back to my original problem:

C:\Users\Nick>python -m idlelib
** IDLE can't import Tkinter.
Your Python may not be configured for Tk. **

On doing a repair or modify to install tcl/Tk again, the same result.

C:\Users\Nick>python -c "import sys; print(*sys.path, sep='\n')"
 gives
C:\Python\Python35\python35.zip
C:\Python\Python35\DLLs
C:\Python\Python35\lib
C:\Python\Python35
C:\Python\Python35\lib\site-packages
This looks OK,  Python35 directory contains Lib and tcl as it does on my
now working Win7 system, and Lib contains tkinter

C:\Users\Nick>path
PATH=C:\Python\Python35\Scripts\;C:\Python\Python35\;C:\ProgramData\Oracle\Java\javapath;C:\Program
Files\Broadcom\Broadcom 802.11 Network
Adapter;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program
Files (x86)\ATI Technologies\ATI.ACE\Core-Static;

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


Thread

Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD Nicky Mac <nmcelwaine@gmail.com> - 2015-12-24 21:29 +0000

csiph-web