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
I need to test webrepl out for an assigment. I do not have a board at my disposal and want to use the unix port of micropython. I installed the unix port on an ubuntu 20.04 vm. after that I installed webrepl via upip.. import webrepl works but import webrepl_setup doesn't. it says ImportError: no module named 'webrepl_setup' .
Is it possible to get webrepl working with the unix port? If so, how?
As you might already noticed, I am pretty new to micropython and webrepl. Any help is appreciated.
Thanks for your time.
The text was updated successfully, but these errors were encountered:
Hi guys
I need to test webrepl out for an assigment. I do not have a board at my disposal and want to use the unix port of micropython. I installed the unix port on an ubuntu 20.04 vm. after that I installed webrepl via upip.. import webrepl works but import webrepl_setup doesn't. it says
ImportError: no module named 'webrepl_setup'
.Is it possible to get webrepl working with the unix port? If so, how?
As you might already noticed, I am pretty new to micropython and webrepl. Any help is appreciated.
Thanks for your time.
The text was updated successfully, but these errors were encountered: