So i open the file with python loader and i get this.
Garretts-MacBook-Air:~ GarrettLeffue$ cd '/Users/GarrettLeffue/Documents/' && '/usr/bin/pythonw' '/Users/GarrettLeffue/Documents/stm32loader.py' && echo Exit status: $? && exit 1
Traceback (most recent call last):
File "/Users/GarrettLeffue/Documents/stm32loader.py", line 29, in
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
So i open the file with python loader and i get this.
Garretts-MacBook-Air:~ GarrettLeffue$ cd '/Users/GarrettLeffue/Documents/' && '/usr/bin/pythonw' '/Users/GarrettLeffue/Documents/stm32loader.py' && echo Exit status: $? && exit 1
Traceback (most recent call last):
File "/Users/GarrettLeffue/Documents/stm32loader.py", line 29, in
ImportError: No module named serial
How do i solve this?