example_test.py Windows 10
Posted: Thu Feb 25, 2021 2:57 pm
Windows 10 system, using VSCode with the esp-idf extension. I am able to compile and upload example projects to the ESP32 device. When I try to use accompanying example_test.py I get the following error:
example_test.py", line 13, in <module>
import ttfw_idf
ModuleNotFoundError: No module named 'ttfw_idf'
How do I overcome this?
example_test.py", line 13, in <module>
import ttfw_idf
ModuleNotFoundError: No module named 'ttfw_idf'
How do I overcome this?