Curses_utils missing

I’m working with the Pidog kit. One of the python examples import curses_utils. It’s not on my raspberry pi and I can’t find how to install it.

Anyone help me out?

Thanks!
Bill

It should be in the pidog/examples library.

Python should find it locally as long as you’re running from this examples directory

If it’s not there just copy it in from above github link

Did you follow our online tutorial to download and install all the library codes?

If you download and install the code correctly, Curses_utils.py should be in the pidog/examples library. You need to switch to the pidog/examples path and then run the Curses_utils.py example.
cd ~/pidog/examples
sudo python3 curses_utils.py