hey guys,
I think I just installed panda3d successfully on linux crunchbang. After getting around and asking questions and digging up I was able to install the sdk, but the problem is whenever I run any program it gives me this error
$ python Tut-Asteroids.py
DirectStart: Starting the game.
Traceback (most recent call last):
File "Tut-Asteroids.py", line 13, in <module>
import direct.directbase.DirectStart
File "/usr/share/panda3d/direct/directbase/DirectStart.py", line 3, in <module>
from direct.showbase import ShowBase
File "/usr/share/panda3d/direct/showbase/ShowBase.py", line 10, in <module>
from pandac.PandaModules import *
ImportError: No module named pandac.PandaModules
Can anyone please help me figure what is really going on.
Your help is highly appreciated.
Did you compile with Python support? Are you running Panda3D with the same version of Python that you compiled it with? How did you install Panda3D? Which version of Python are you using?
DirectStart: Starting the game.
Traceback (most recent call last):
File "Tut-Asteroids.py", line 13, in <module>
import direct.directbase.DirectStart
File "/usr/share/panda3d/direct/directbase/DirectStart.py", line 3, in <module>
from direct.showbase import ShowBase
File "/usr/share/panda3d/direct/showbase/ShowBase.py", line 10, in <module>
from pandac.PandaModules import *
ImportError: No module named pandac.PandaModules