I’m trying to run some of the python examples on my new Inky Frame 4. But anything that uses the NetworkManager module raises an error that the “network” module can’t be found. Example:
import network
Traceback (most recent call last):
File “”, line 1, in
ImportError: no module named ‘network’
Where can I find this module? I’ve browsed through the micropython tree and can’t find it anywhere obvious there. I’m using the 1.19.11 branch as the latest release branch didn’t seem to support the 4.0 version of the frame.