veal the issue.
Thank you for your help, this had been bugging us for days!
Adrian.
-Original Message-
From: "Redcat" [[email protected]]
Date: 12/01/2011 02:05 PM
To: [email protected]
Subject: Re: platform issues?
On Thu, 01 Dec 2011 13:43:38 -0500, Adrian Powell wrot
to run the tests, I sit at my dev machine and SSH to the server where I can
copy & paste the test case directly into the python interpreter. If there's a
typo, it's going to both of them equally.
I am concerned about the name lookup since our servers have had some network
glitches in the past a
I'm new to python and I'm trying to get a twitter client running on a new
machine but it keeps on failing. I tracked the problem down to an issue opening
URLs and wrote this little test case:
import urllib2
url = 'http://www.google.com/'
opener = urllib2.build_opener()
url_data = opener.open(url