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 ronaldoussoren
Recipients amcnerney13, ned.deily, ronaldoussoren
Date 2011-03-15.18:04:16
SpamBayes Score 0.00029225275
Marked as misclassified No
Message-id <61F0D89C-4BC3-417A-9FCE-857ACBF2C359@mac.com>
In-reply-to <1300211870.33.0.929769897518.issue11088@psf.upfronthosting.co.za>
Content
On 15 Mar, 2011, at 13:57, Ned Deily wrote:

> 
> Ned Deily <nad@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.
History
Date User Action Args
2011-03-15 18:04:17ronaldoussorensetrecipients: + ronaldoussoren, ned.deily, amcnerney13
2011-03-15 18:04:16ronaldoussorenlinkissue11088 messages
2011-03-15 18:04:16ronaldoussorencreate