Greetings:
I have a Pimoroni Explorer for PICO.
I transferred the UF2 program from Pimoroni into my new PICO.
I downloaded the explorer “demo” program into the PICO and try to RUN the example and got the error file below.
I also tried to energize the local LED on the PICO but got an error message as well.
What am I doing wrong?
Thanks
Tom
%Run expore.py
Traceback (most recent call last):
File “C:\PICO\expore.py”, line 2, in
import picoexplorer as explorer
ModuleNotFoundError: No module named ‘picoexplorer’%Run expore.py
Traceback (most recent call last):
File “C:\PICO\expore.py”, line 2, in
import picoexplorer as explorer
ModuleNotFoundError: No module named ‘picoexplorer’
2 posts - 2 participants