Missing preset_actions module

I was running the Face_track example when I got the following message :
Traceback (most recent call last):

  • File “/home/daniel/pidog/examples/7_face_track.py”, line 5, in *
  • from preset_actions import bark*
    ModuleNotFoundError: No module named ‘preset_actions’

Same thing with the other examples. I reinstalled all the modules but to no avail. Can you help me get that module back. It should probably be in the examples directory. Thanks.

sorry that we couldn’t reproduce your issue. The example works fine when we run it. Have you made any modifications to the code files?

I recommend reinstalling the operating system and then reinstalling all the library code. After that, try running the example again to see if it works. We are using the Bookworm 64-bit Raspberry Pi OS.

You are absolutely right. I reinstalled the O/S and the modules from scratch and I saw the preset_actions right in the programs folder. I must have deleted it when transfering programs to my sandbox. Thank you.