Re: difference between IDLE and command line

2007-11-03 Thread Tal Einat
Jim Hendricks wrote: > I have been editing my code in UltraEdit then testing in IDLE by > choosing open, then F5. I didn't see an easy way to refresh in IDLE, so > each edit I've been closing the file (not IDLE itself), then opening > again. Since IDLE does not keep track of what directory I last

Re: difference between IDLE and command line

2007-11-02 Thread Gabriel Genellina
En Fri, 02 Nov 2007 13:38:07 -0300, Jim Hendricks <[EMAIL PROTECTED]> escribió: > New to Python, and just had something strange happen. > > I've been running my new code in IDLE running in windows. My IDLE > version shows as 1.2.1, Python version displaying in IDLE is 2.5.1. > > I have been edi

difference between IDLE and command line

2007-11-02 Thread Jim Hendricks
New to Python, and just had something strange happen. I've been running my new code in IDLE running in windows. My IDLE version shows as 1.2.1, Python version displaying in IDLE is 2.5.1. I have been editing my code in UltraEdit then testing in IDLE by choosing open, then F5. I didn't see an