Hi, i am really newbie in Python script and Panda3D game engine so please forgive me my question looks like useless task
When i try to run sample file from start menu, i found there is no panda3D application running but if I try to run sample directly from panda3D-1.5.0\samples i found sample program running perfectly. When i compare command in Start Menu and in samples Directory i found extra -E command in sample directory shortcut. I added addition -E command in Start Menu shortcut and now i can run sample file using start menu.
Here is sample command in start menu :
D:\Panda3D-1.5.0\python\ppython.exe Tut-Carousel.py
and command in Panda3D-1.5.0\samples\Carousel directory :
D:\Panda3D-1.5.0\python\ppython.exe -E Tut-Carousel.py
I try to add Panda3D-1.5.0\samples path in Windows XP variables but i still got same problems, so i manually added extra -E command in shortcut is every Panda3D sample start menu shortcut to make all sample run from start menu.
In older release (Panda3D 1.4. 2) all sample program running from start menu without need any modification in shortcut command. Any clues about this problems ???
Thanks anyway and sorry for my bad english…