Hi, im running archliunx and compiled panda3d from user repos - without errors. If I try to run da basic demo. (import … and run())
I get the following dump:
Traceback (most recent call last):
File "/home/birdspider/workspace/OldTimes/src/start.py", line 2, in <module>
import logging, direct.directbase.DirectStart
File "/opt/panda3d/direct/src/directbase/DirectStart.py", line 3, in <module>
from direct.showbase import ShowBase
File "/opt/panda3d/direct/src/showbase/ShowBase.py", line 10, in <module>
from pandac.PandaModules import *
File "/opt/panda3d/pandac/PandaModules.py", line 1, in <module>
from libpandaexpressModules import *
File "/opt/panda3d/pandac/libpandaexpressModules.py", line 1, in <module>
from extension_native_helpers import *
File "/opt/panda3d/pandac/extension_native_helpers.py", line 38, in <module>
from libpandaexpress import *
ImportError: libp3dtool.so: cannot open shared object file: No such file or directory
any ideas? I suspect that some path is not set to /opt/panda3d/lib/libp3dtool.so, where it actually is.