Re: Beginner's question: executing scripts under Win XP pro

2006-03-25 Thread Jean-Claude Garreau
Thank you for your answer. I did it. It executes perfectly in IDLE. I made a copy/paste from IDLE into the 'test.py' and I obseved the behavior I discribed. The script is extremely simple (it is just a test): n=0 while( n<10 ): print n,n*n n+=1 <[EMAIL PROTECTED]> a écrit dans le mes

Beginner's question: executing scripts under Win XP pro

2006-03-25 Thread Jean-Claude Garreau
Hi, I'm a beginner with python 2.4. I use it on Win XP Pro. I have no problems with the GUI IDLE, but when I copy the instructions in a script file, say 'test.py' and double click on the file, I have just a console window for a few moments, no output shown and the window closes automatically be