belyalov / tinyweb

Simple and lightweight HTTP async server for micropython
MIT License
247 stars 40 forks source link

Failed to instalat the firware of esp8266 and the tinyweb module #14

Closed anjamago closed 6 years ago

anjamago commented 6 years ago

Make sure you are running the latest version of TinyWeb before reporting an issue.

Device and/or platform: ESP8266

Description of problem: hi try to install the firmware of esp8266 to use the module tinyweb because I need to have my esp with support to AJAX requests but at the time of importing it tells me that this module does not exist any ide with which you can access

Expected:

Traceback (if applicable):

import tintyweb
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>                        
ImportError: no module named 'tintyweb' 

Additional info:

belyalov commented 6 years ago

I think the problem was just in typo: tinTyweb :)

It was resolved in a neighborhood thread.