I am a new user of Panda3D, suduced by its simplicity and the fact that it runs with python. I am using SPE, and I had some difficulties to make it run with Panda3D.
There is a little error in this page : http://panda3d.org/wiki/index.php/SPE
5. Manually copy the new files and folders in "\Pythonxx\Lib\site-packages" to "\Panda3D-x.x.x\bin\lib\site-packages"
Must be replaced by
5. Manually copy the new files and folders in "\Pythonxx\Lib\site-packages" to "\Panda3D-x.x.x\python\lib\site-packages"
And
6. Write a script for convenience
e.g. in Windows create a new shortcut with target:
"C:\Panda3D-x.x.x\bin\ppython.exe" "C:\Panda3D-x.x.x\bin\lib\site-packages\_spe\SPE.py"
has to be replaced with
6. Write a script for convenience
e.g. in Windows create a new shortcut with target:
"C:\Panda3D-x.x.x\python\ppython.exe" "C:\Panda3D-x.x.x\python\lib\site-packages\_spe\SPE.py"
I don't know if the Panda3D-x.x.x\bin directory was present before the current version, but it seems that it isn't anymore.
I may be posting at the wrong place, in that case, I want to apologize to the moderators.
