News How to Connect Raspberry Pi Pico W to the Internet

Jul 3, 2022
1
0
10
Hi I spent most of Saturday unable to get the new pico w connected :mad:, 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. :D(y)(y)
Rgds
Steve
 
Jul 4, 2022
1
0
10
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 ?
 
Jul 14, 2022
2
0
10
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