-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
Description
Make sure you are running the latest version of TinyWeb before reporting an issue.
Fresh download today
Device and/or platform:
ESP8266
Description of problem:
After flashing .bin firmware file:
import network --> ok
import tinyweb (copy-pasted name, no typo...) --> ImportError: no module named 'tinyweb'
Expected:
Successfull import
Traceback (if applicable):
>>> import network
>>> import tinyweb
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: no module named 'tinyweb'
>>> >>> help('modules')
__main__ hashlib socket urandom
_boot inisetup ssl ure
_onewire io struct uselect
_webrepl json sys usocket
apa102 lwip time ussl
array machine ubinascii ustruct
binascii math ucollections utime
btree micropython ucryptolib utimeq
builtins neopixel uctypes uzlib
collections network uerrno webrepl
dht ntptime uhashlib webrepl_setup
ds18x20 onewire uheapq websocket
errno os uio websocket_helper
esp port_diag ujson zlib
flashbdev random uos
framebuf re upip
gc select upip_utarfile
Plus any modules on the filesystemAdditional info:
There are no modules in the file system either,,,