Search found 2 matches
- Thu Jan 28, 2021 5:01 pm
- Forum: Development of MicroPython
- Topic: no USSL module in windows port
- Replies: 2
- Views: 2393
Re: no USSL module in windows port
Appreciate your response stijn. I'll take a look at the cpython upip, but as you correctly point out sockets/ssl difficult to do without, upip is just one application, of course lots of other use cases for them (i am developing MQTT client software). I decided it would be just easier to go the Linux...
- Wed Jan 27, 2021 12:47 am
- Forum: Development of MicroPython
- Topic: no USSL module in windows port
- Replies: 2
- Views: 2393
no USSL module in windows port
I built windows port from the github repo using visual studio 2019, full success during the build, can execute micropython, interact with REPL passes tests all per READMEs there. Went through and tools/bootstrap_upip.sh successfully using cygwin on windows. If i try to run upip now, i always get /cy...