I have a string result in this string is the URL www.test.com
I know that on www.test.com is an website with the number 4. I will save the number in my programm as an integer.
import urllib
giveTheInt = [urllib.urlopen(url)]
But i receive only:
IOError: [Errno socket error] [Errno 110] Connection timed out.
The wireless it's ok, I have a connection to the internet.