I am having problems with gettin my Inky Pack to work with my PicoW.
I am using Thonny
I have used the file pimoroni-picow-v1.19.10-micropython.uf2
I have copied files from pimoroni-pico to the PicoW, and have the lib folder, the files there, as well as network_manager.py and WIFI_config.py
I have tried to install micropython-urllib, but I am having problems.
This is the error message:
I have been able to get clock.py to run successfully
When I try to get placekitten.py to run, I get an error:
Traceback (most recent call last):
File “”, line 2, in
File “network_manager.py”, line 2, in
ImportError: no module named ‘network’
I’m getting the same error when I try and install this library - I think there are some changes happening with MicroPython package management at the moment (moving from the old upip system to a new one called mip) which might be why it’s not working properly?