I am trying to figure out how to run the first program in the tutorial.
It says that I am supposed to:
"create a text file and save it with the .py extension. PYPE and IDLE are Python-specific text-editors, but any text editor will work. Enter the following text into your Python file:
import direct.directbase.DirectStart
run()
To run your program, type this at the command prompt:
ppython filename.py"
So where am I supposed to put this text file?
Which command prompt am I supposed to run this at?
I installed python, and then installed panda3d, taking the default everything.
I have WinXP
