Re: Editing in IDLE

2012-09-29 Thread peterfarrell66
Thanks for the responses, Terry and Chris, I'll try the shell, alt-P and I'll check out SciTE! Peter On Saturday, September 29, 2012 11:35:06 AM UTC-7, Chris Angelico wrote: > On Sun, Sep 30, 2012 at 3:14 AM, wrote: > > > Hello to the group! > > > > > > I'm a new Python user and so far I'm

Re: Editing in IDLE

2012-09-29 Thread Chris Angelico
On Sun, Sep 30, 2012 at 3:14 AM, wrote: > Hello to the group! > > I'm a new Python user and so far I'm enjoying it. One of the many newbie > problems I'm having is I can't edit my code in IDLE once it's run or there's > an error message. I can only copy the code so far, paste at the bottom and

Re: Editing in IDLE

2012-09-29 Thread Terry Reedy
On 9/29/2012 1:14 PM, peterfarrel...@gmail.com wrote: Hello to the group! I'm a new Python user and so far I'm enjoying it. One of the many newbie problems I'm having is I can't edit my code in IDLE once it's run or there's an error message. I can only copy the code so far, paste at the bottom a