You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 selectupip_utarfile
Plus any modules on the filesystem
Additional info:
There are no modules in the file system either,,,
The text was updated successfully, but these errors were encountered:
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):
Additional info:
There are no modules in the file system either,,,
The text was updated successfully, but these errors were encountered: