Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100833 > unrolled thread
| Started by | Nicky Mac <nmcelwaine@gmail.com> |
|---|---|
| First post | 2015-12-24 21:29 +0000 |
| Last post | 2015-12-24 21:29 +0000 |
| 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.
Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD Nicky Mac <nmcelwaine@gmail.com> - 2015-12-24 21:29 +0000
| From | Nicky Mac <nmcelwaine@gmail.com> |
|---|---|
| Date | 2015-12-24 21:29 +0000 |
| Subject | Re: unable to open IDLE for Python3.50rc1 on windows10 64bit AMD |
| Message-ID | <mailman.130.1450992740.2237.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web