DescriptionFix HTTP 403 error on python 2.7
On python 2.7, urllib2.HTTPError.reason is a property and not a variable, so assignment is disallowed. Commenting out the line works just fine.
Patch Set 1 #Patch Set 2 : Make it compatible with python 2.6 and 2.7 #Patch Set 3 : Now verified to work on python 2.6 #MessagesTotal messages: 7
|