Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By ystrem
#2855
Michaelo wrote:Related question....
When running under windows I get the following error:
Code: Select allTraceback (most recent call last):
  File "C:\Python27\esptool.py", line 22, in <module>
    import serial
ImportError: No module named serial

How do I install the serial module?


Hi, try this, the package name is pyserial. So type pip install pyserial .

https://sites.google.com/site/pydatalog/python/pip-for-windows