Ronald Oussoren <ronaldousso...@mac.com> added the comment:

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

> 
> Ned Deily <n...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11088>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to