micropython / webrepl

WebREPL client and related tools for MicroPython
MIT License
633 stars 297 forks source link

webrepl on unix port #60

Open karel0707 opened 3 years ago

karel0707 commented 3 years ago

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.