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
hello,
i just upgraded to the latest version, but now I can't get it eunning. If i try import uhttpd I get an error.
I guess the problem is that the main module is now called init.py?
hello,
i just upgraded to the latest version, but now I can't get it eunning. If i try import uhttpd I get an error.
I guess the problem is that the main module is now called init.py?
os.listdir()
['boot.py', 'webrepl_cfg.py', 'api_handler.mpy', 'file_handler.mpy', 'init.mpy', 'ulog.mpy', 'www']
import uhttpd
Traceback (most recent call last):
File "", line 1, in
ImportError: no module named 'uhttpd'
I have coss compiled everything with mpy-cross. How do I install this splitted module correctly?
Best regards!
The text was updated successfully, but these errors were encountered: