[issue11088] IDLE on OS X with Cocoa Tk 8.5 can hang waiting on input / raw_input

Ronald Oussoren report at bugs.python.org
Tue Mar 15 19:04:17 CET 2011


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

On 15 Mar, 2011, at 13:57, Ned Deily wrote:

> 
> Ned Deily <nad at acm.org> added the comment:
> 
> I can still reproduce it in 3.2 with A/S Tk 8.5.  The script needs to be run from a separate editor window, not the PyShell window.

That's odd. What I did:

* Create a new file (script.py) with the following two lines:

x = input('prompt: ')
print(x)

* Save the script
* Run the script using the menu

All of this using an activestate Tcl/Tk that I downloaded earlier today.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11088>
_______________________________________


More information about the Python-bugs-list mailing list