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 Windows 10
- ESP_Roland
- Posts: 265
- Joined: Tue Oct 09, 2018 10:28 am
Re: example_test.py Windows 10
Hi Brian,
you can try to add %IDF_PATH%/tools and %IDF_PATH%/tools/ci/python_packages to the PYTHONPATH environment variable. This is the way how we use it on Linux. I haven't tried this on Windows.
you can try to add %IDF_PATH%/tools and %IDF_PATH%/tools/ci/python_packages to the PYTHONPATH environment variable. This is the way how we use it on Linux. I haven't tried this on Windows.
Who is online
Users browsing this forum: No registered users and 111 guests