Re: Inexplicable Urllib2 problem between virtualenv's when POSTing to a Tomcat server

2011-09-25 Thread Timmy O'Mahony
Good point. The two machines that the code works with are running python 2.6.1 and 2.7.2 and are running on my Mac (Snow Leopard) The two non-working machines are running python 2.6.6 and 2.7.1 and are on Debian 6 and Debian 5 respectively. They are VPSs managed by different providers. All of

Re: Inexplicable Urllib2 problem between virtualenv's when POSTing to a Tomcat server

2011-09-25 Thread Devin Jeanpierre
It might help to give more information about the machines. In particular, what versions of Python are on the production machines? Devin On Sun, Sep 25, 2011 at 8:31 AM, Timmy O'Mahony wrote: > Hey, I have a question on Stackoverflow at the moment that I thought I would > put up here as it might

Inexplicable Urllib2 problem between virtualenv's when POSTing to a Tomcat server

2011-09-25 Thread Timmy O'Mahony
Hey, I have a question on Stackoverflow at the moment that I thought I would put up here as it might get some more eyes (It has a bounty so feel free to answer there if you have a SO account!) I have some test code (as a part of a webapp) that uses urllib2 to perform an operation I would