Installtion Problem

Sorry if I offended you. I meant to say that if you had experience running normal Python scripts you could just apply the same knowledge to running Panda scripts.

I think it’s a bit unfair to say I’ve been of no help, I took the time to run your script and tell you why you were getting that error message. Anyway…
I’ll go step by step on what I think would be a sure-fire way to get a script to work.

  1. Open a command prompt via the start menu. Type 'cd '. If you’re in Windows XP you can use the tab key to fill in the directory name based on the first few characters you type. For instance if you type ‘cd c:\pan’ and then press tab you should probably get ‘cd c:\Panda3D-1.3.2’ unless you have other directories that begin with ‘pan’.

  2. Once you see are in the proper directory (you can type ‘dir’ to confirm that your file is in this directory), type 'ppython ’ note that the name should include the .py extension.

The first thing you should see is this:

DirectStart: Starting the game.
Warning: DirectNotify: category 'Interval' already exists
Known pipe types:
  wglGraphicsPipe
(3 aux display modules not yet loaded.)

and then the window should pop up.