Issue 9039: IDLE and module Doc (original) (raw)

Created on 2010-06-20 22:44 by Yoda_Uchiha, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (5)
msg108251 - (view) Author: (Yoda_Uchiha) Date: 2010-06-20 22:44
I recently installed python 3.1 on a Windows XP computer. I cannot open IDLE nor module Docs. When I click on them, nothing happens. I am wondering if there is anyway on opening either of those too files. I do know how to IDLE through the workaround listed below but i have to put that in everytime to open IDLE. I am wondering if there was a permanent fix so i can just open if from my desktop. C:\>set TCL_LIBRARY= C:\>set TK_LIBRARY= C:\>C:\Python31\python.exe C:\Python31\Lib\idlelib\idle.py
msg108255 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2010-06-21 07:21
You will need to delete TCL_LIBRARY and TK_LIBRARY in your environment settings.
msg108291 - (view) Author: (Yoda_Uchiha) Date: 2010-06-21 17:58
But I need those to make windows and screens.
msg108631 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2010-06-25 21:05
Try making an idle.bat file on your desktop.
msg150123 - (view) Author: Roger Serwy (roger.serwy) * (Python committer) Date: 2011-12-23 00:50
Is this still an issue?
History
Date User Action Args
2022-04-11 14:57:02 admin set github: 53285
2011-12-23 02:20:01 terry.reedy set status: open -> closedresolution: works for me
2011-12-23 00:50:43 roger.serwy set type: crash -> behaviormessages: + nosy: + roger.serwy
2010-06-25 21:05:37 terry.reedy set nosy: + terry.reedymessages: +
2010-06-21 17:58:53 Yoda_Uchiha set messages: +
2010-06-21 07:21:12 loewis set nosy: + loewismessages: +
2010-06-20 22:44:12 Yoda_Uchiha create