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 message de news: [EMAIL PROTECTED] > there seems to be an error in your script. > Why don't you execute it directly from IDLE (F5) ? There, you should > see where the problem is. >
-- http://mail.python.org/mailman/listinfo/python-list