ppython problem, Please help.

Alright I have a problem running Panda3D through the command prompt. When I put “ppython” followed by my python file after changing the directory to my Panda3D Folder, It keeps on saying that ‘PPYTHON’ Is not recognized as an internal or external command, operable program or batch file.

Can someone please tell me how to fix this.

I’m not sure if Panda3D still ships with a “ppython” at windows. Try “python” instead.
If that also doesn’t work, you are having a problem with your python path.
Please see this manual page for troubleshooting:
panda3d.org/manual/index.php/Insta … in_Windows

ppython is still in the windows installer. Try thing, right click on My Computer and go to Properties. Now go to the Advanced tab and click on Environment Variables. Now look for Path under System Variables. Edit this and look under the variable values. It will be a string of folder paths separated with “;”. Make sure ‘C:\Panda-1.5.0\python’ is in there and also ‘C:\Panda-1.5.0\bin’ just to be sure.