Joseph

Results 9 comments of Joseph

> Sadly installing via pip has issues due to the fact it doesn't run the postinstall script. You could try manually running "python pywin32_postinstall.py -install" > > Original comment by:...

I'm using v0.36.0. Same problem occurs. Is here any solutions?

I didn't test but this link looks good. https://gist.github.com/mjkillough/3405db21960aab3e4520ac132440dfa4

> E:\RP2040-HAT-C\examples\dhcp_dns>C:\Program Files\CMake\bin > 'C:\Program' is not recognized as an internal or external command, > operable program or batch file. Why did you typed bin path? And anyway if you...

I'm using W5100S-evb-pico board, and I use [rp2_w5100s_20221111_v2.0.0.uf2](https://github.com/Wiznet/RP2040-HAT-MicroPython/releases/download/v2.0.0/rp2_w5100s_20221111_v2.0.0.uf2) file. and I installed urequests not urequest via Thonny. So I changed 'urequest' to 'urequests' from your code, and it works. ![image](https://github.com/Wiznet/RP2040-HAT-MicroPython/assets/239260/8dedd481-ba63-4fcd-8305-b86f05ddc317)...

I'm sorry but I don't know about OP. What is that?

For my cases, it works. Which version do you use? I used [W5100S_EVB_PICO-20230426-v1.20.0.uf2](https://github.com/wiznetmaker/RP2040-PicoBricks-HAT-Micropython/blob/main/pico_uf2/W5100S_EVB_PICO-20230426-v1.20.0.uf2) file from https://micropython.org/download/W5100S_EVB_PICO/ ```python3 >>> import usocket >>> print(usocket, type(usocket)) >>> print(dir(usocket)) ['__class__', '__name__', '__dict__', 'AF_INET', 'AF_INET6',...

I just cloned this, executed build.bat and it worked, executed cd Release; python3 k2.py --update It is failed. I modified except Exception as e paraph to print contents of error,...

I barely succeeded in moving the window. However, there was no effect of being pushed and moving the existing window, so I was able to move the small window around,...