Traceback (most recent call last):
File "/home/mark/Desktop/StandaloneCoder/Panda/Tanchiki_terrain/main.py", line 1, in <module>
from panda3d.bullet import BulletWorld
ModuleNotFoundError: No module named 'panda3d.bullet'
What version of Panda are you using, and does your project have a file named “panda3d.py”? For that matter, do other “panda3d” importations work–can you import from “panda3d.core”, for example?
OK. Then uninstall with pip and reinstall with pip. Maybe it will work.
(To uninstall with pip do: pip uninstall panda3d and to reinstall do pip install panda3d)
I mean, I believe you–I’m just saying that, based on what I had when I asked, it wasn’t an unreasonable question. It wasn’t impossible based on the one given file-name alone.
And note my “however” above–I recognise that the issue has been solved, and thus that such a file-name was, presumably, not the answer.