News How to Connect Raspberry Pi Pico W to the Internet

Hi I spent most of Saturday unable to get the new pico w connected 😡, untill I found your link and instructions on Sunday. It probably took 5 mins and it now works a treat. Thank you for the information. 😀👍👍
Rgds
Steve
 
im all new to this and all i get is this ...

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: no module named 'network'


where do i find the network moduel ?
 
Hi,
I also get an error as below
I copied and pasted all the code from the webpage.

Traceback (most recent call last):
File "<stdin>", line 12
SyntaxError: invalid syntax

That line is
print(astronauts['people']['name'])

Any ideas why that line gives a syntax error?
Thanks
Guilamine