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 roger.serwy
Recipients roger.serwy, terry.reedy
Date 2012-10-02.01:08:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349140129.48.0.465915441241.issue16103@psf.upfronthosting.co.za>
In-reply-to
Content
Terry, I am unable to reproduce this error under Win7 Ultimate (no SP1) with either the 32-bit or 64-bit install of 2.7.3. Calling help() produces an interactive prompt in all my test cases. I launched IDLE from the start menu shortcut, with "python.exe -m idlelib.idle", and "pythonw.exe -m idlelib.idle".

Running IDLE without a subprocess doesn't trigger the bug either.

IDLE 2.7.3 works as well on Arch Linux with 2.7.3 (64-bit). 

(Also, I get a blinking vertical bar for the cursor, not an underscore on Win7. This minor detail is likely not relevant, only provided since it is an observed difference.)

Does raw_input() work from a regular python shell for you?
History
Date User Action Args
2012-10-02 01:08:49roger.serwysetrecipients: + roger.serwy, terry.reedy
2012-10-02 01:08:49roger.serwysetmessageid: <1349140129.48.0.465915441241.issue16103@psf.upfronthosting.co.za>
2012-10-02 01:08:49roger.serwylinkissue16103 messages
2012-10-02 01:08:48roger.serwycreate