If I write the following lines on a Spyder "Python console":

for i in range(0,10):
    print "i = ", i

I get the expected answer. However, if I save the above lines as a .py file
and run it in "Python console" mode, I get is this:

runfile('C:/Users/fausto/Documents/Programs/Python/xyz.py', 
wdir='C:/Users/fausto/Documents/Programs/Python')

and the answer is not displayed until I press ENTER. What I'm doing wrong?

Thanks,

F.


-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to