force feedback joystick

I’ve been using PyGame for joystick support but it doesn’t support force feedback. Any suggestions on an alternative? (that can be used with panda3d)

No sorry. I think most of the forcefeedback is in DX land. You might be able to use DirectInput through ctypes or try the pyDirectX wrapper stuff.