Missing Bullet Module

Hi.
I have a problem.

I used to work with panda 3d a few years ago in windows, everything worked perfectly, but now i am in a Linux machine (OS: Tahr Puppy 6 , i can perfectly run Ubuntu software), everything works perfecly except that when i try to import Bullet

 from panda3d.Bullet import BulletWorld

i get

Missing module Bullet

I checked and i dont have installed

nor any bullet related lib in panda’s folder.

I would use ODE but i have a huge set of libraries for fast development and port it to ODE will be a lot of work.

Do you have any solution?

Thanks for your time

The module is is “bullet” not “Bullet,” so you need

from panda3d.bullet import BulletWorld

What version of Panda are you using? Did you build Panda yourself, or did you use a pre-compiled version? If pre-compiled, where did you get the build from?