Gabriel Genellina wrote:
En Tue, 12 Aug 2008 13:04:05 -0300, Victor Subervi
<victorsubervi@ gmail.comescrib i�:
>
<victorsubervi@ gmail.comescrib i�:
>
>A couple of weeks ago I asked how to cut and paste multiple lines in the
>Windows IDLE interface. I can only paste one line at a time!
>Frustrating.
>Windows IDLE interface. I can only paste one line at a time!
>Frustrating.
You can paste in more, and the first may be executed, but anything after
is ignored.
>I want it to work like my Linux interpreter.
mode, not IDLE on Linux. The interactive interpreter in Windows also
accepts multiple statements.
Why doesn´t it?
console windows do. The problem seems to be that TK or IDLE does not
recognize pasted \n as being the same as literally typed \n, as far as
indicating 'execute this statement'.
Please help.
is better as you will be able to correct error and make changes. To
make this easy, put a temp.py file in your python director or a subdir
thereof. If you use it regularly, File/RecentFiles should show it near
the top, making it easy to open.
Instead of complaining here, report a bug at http://bugs.python.org/
tjr