-->
Page 2 of 2

Re: Need help building esp image tool

PostPosted: Tue Nov 18, 2014 11:03 am
by ystrem
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

Re: Need help building esp image tool

PostPosted: Tue Nov 18, 2014 2:10 pm
by Michaelo
Thanks ystrem... Installed, now to rebuild my test rig :mrgreen: