Trilobot not working

I purchased a trilobot several years ago and as my Grandson had started to play with robot I thought I would have another go with it having recently purchased an x box controller. The various examples worked fine. They were not in a virtual environment. I could not get the x box controller to pair so I thought I would relad the software as per Pimoroni instructions and try again. I was informed that I need to set it up in a virtual environment which I did . Installed the trilobot module and checked it was there using pip list version 0.0.2 there however when I try to run the script I get the message :

Modulenotfound no module named ‘trilobot’

Help?

Jerry

Have you activated the virtual environment before running the examples?

That looks something like this (assuming you’re using our venv):

source ~/.virtualenvs/pimoroni/bin/activate