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.
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.