This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients docs@python, ncoghlan, terry.reedy
Date 2012-05-29.03:22:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338261768.8.0.648962627209.issue14944@psf.upfronthosting.co.za>
In-reply-to
Content
I second the motion for IDLE. There is no module doc for it.

Off the top of my head, there should be a general section that
* says what it is, and that it depends on tcl/tk and tkinter install;
* mentions the existent of the menu Help / IDLE help document;
* gives common startup methods from command line (I forget this) or inside interpreter ('from idlelib import idle') and that one may need to use one of these to see tracebacks if Idle crashes - even if one normally uses a system-specific method to directly run as gui app.
* gives other common info and trouble-shooting tips (some of this is on tracker - such as deleting user .cfg that prevents startup).
* points to system specific discussions, where ever they are put.

Then for each system,
* tcl/tk situation
* how to directly start up
* location of config files

Windows: (what I use)
tcl/tk comes with system.
...

*nix: 
tcl/tk probably already on system
...

mac: (ned daily)
special tcl/tk issues, special page on site
...
History
Date User Action Args
2012-05-29 03:22:48terry.reedysetrecipients: + terry.reedy, ncoghlan, docs@python
2012-05-29 03:22:48terry.reedysetmessageid: <1338261768.8.0.648962627209.issue14944@psf.upfronthosting.co.za>
2012-05-29 03:22:48terry.reedylinkissue14944 messages
2012-05-29 03:22:47terry.reedycreate