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 rhettinger
Recipients Ramchandra Apte, asvetlov, ideasman42, ned.deily, python-dev, rhettinger, roger.serwy, terry.reedy
Date 2013-02-22.17:26:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361553967.12.0.844287227501.issue16123@psf.upfronthosting.co.za>
In-reply-to
Content
The issue is usually with firewalls, security software, socket issues, etc.  While the root problem lies outside IDLE, often the simplest way to get someone up and running is to use the -n option.

This is one of many annoyances that arise when teaching students Python using IDLE:
* Preferences window crashing
* Default font-size on a retina mac is tiny
* Inability to shutoff the prominent warning messages
* Control-A goes to the beginning of the line, past the >>> prompt.
* On Windows, IDLE sometimes has a two second delay before it runs scripts
* Students find that IDLE mysteriously pastes a clipboard into the interactive prompt unintentionally
* It is a common complaint that IDLE hangs
* Getting the correct Tcl/Tk setup on Macs is problematic.
* Starting IDLE from the command line emits messages about "setCanCycle is deprecated"
History
Date User Action Args
2013-02-22 17:26:07rhettingersetrecipients: + rhettinger, terry.reedy, ned.deily, roger.serwy, asvetlov, ideasman42, python-dev, Ramchandra Apte
2013-02-22 17:26:07rhettingersetmessageid: <1361553967.12.0.844287227501.issue16123@psf.upfronthosting.co.za>
2013-02-22 17:26:07rhettingerlinkissue16123 messages
2013-02-22 17:26:06rhettingercreate