Windows command line not displaying print commands

JonathanB doulos05 at gmail.com
Mon Mar 30 16:53:09 EDT 2009


Ok, I'm sure this is really simple, but I cannot for the life of me
get any print statements from any of my python scripts to actually
print when I call them from the windows command line. What am I doing
wrong?

hello.py:
print "Hello World!"

command line:
E:\Python\dev>python hello.py

E:\Python\dev>


I'm using Python 2.6.1



More information about the Python-list mailing list