I'm guessing it's somehow related to this ticket - http://hg.satchmoproject.com/satchmo/issue/826/python-26-compatibility-httpsv2connection-need-timeout-keyword-arg-in
-Chris On Thu, Jun 25, 2009 at 2:39 AM, Jack Stewart <[email protected]>wrote: > > > Here's the relevant bit of the paypal views.py: > > req = urllib2.Request(PP_URL) > req.add_header("Content-type", "application/x-www-form- > urlencoded") > fo = urllib2.urlopen(req, params) > > So far as I can tell the req object (and the associated timeout > parameter) come from urllib2 itself so it seems odd that it's > complaining when we pass it back to urllib2 in urlopen. > > > On Jun 24, 2:46 am, Chris Moffitt <[email protected]> wrote: > > Looks like it might be a python2.6 compatibility issue. Was there a > change > > with the timeout parameter? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
