| [SOLVED] problem with programming in Python? I am new to Python. I am teaching myself through the Byte of Python manual. My question pertains to running a program. So I created this "hello world" program (basically I tell Python to print the phrase "hello world"). I saved it as a .py file (helloworld.py) and I am supposed to be able to run the program but I cant. I am using Python 2.54 and windows vista. I have followed the manual exactly and I am stil getting a message that claims the name 'helloworld' is not defined. I tried to run this program in the IDLE feature and command line. I tried to create a new program to run but the same thing happened. Am I just missing something easy? |