0
votes
1answer
218 views

HTTP Request with Python 2.7.3

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 ...
3
votes
1answer
172 views

Getting the error text from `urllib2.urlopen`

I used Python's urllib2.urlopen and got a 500 error from the server. How do I find the text of the error? I'm hoping that it has useful information.