ESPWebFramework
ESPWebFramework copied to clipboard
SyntaxError: Missing parentheses in call to 'print'
Hello friend,
I'm trying to flash my ESP8266 but, when I run the command: python esptool.py --port COM4 write_flash 0x11000 app.out-0x11000.bin 0x00000 app.out-0x00000.bin 0x6D000 webcontent.bin
I got the following error: File "esptool.py", line 153 print 'Connecting...' ^ SyntaxError: Missing parentheses in call to 'print'
I'm using Windows 10 with Python installed.
Can you help me?
Hello, please check the installed Python version is 2.7 (no 3.x!!).
Il giorno 08 apr 2016, alle ore 05:11, eulergui [email protected] ha scritto:
Hello friend,
I'm trying to flash my ESP8266 but, when I run the command: python esptool.py --port COM4 write_flash 0x11000 app.out-0x11000.bin 0x00000 app.out-0x00000.bin 0x6D000 webcontent.bin
I got the following error: File "esptool.py", line 153 print 'Connecting...' ^ SyntaxError: Missing parentheses in call to 'print'
I'm using Windows 10 with Python installed.
Can you help me?
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/fdivitto/ESPWebFramework/issues/23