On Mon, Dec 1, 2014 at 8:14 AM, Ned Deily wrote:
> In article
> ,
> Chris Angelico wrote:
>> It might be worth looking at some actual 2.4 documentation.
>> Unfortunately that doesn't seem to be hosted on python.org any more
>> (though I might be wrong),
>
> https://python.org/ -> Documentation
>
In article
,
Chris Angelico wrote:
> It might be worth looking at some actual 2.4 documentation.
> Unfortunately that doesn't seem to be hosted on python.org any more
> (though I might be wrong),
https://python.org/ -> Documentation
https://www.python.org/doc/ -> Documentation Releases by Ve
On 30/11/2014 09:10, Chris Angelico wrote:
On Sun, Nov 30, 2014 at 2:01 AM, Jerry Rocteur wrote:
This works GREAT on 2.7 but when I run it on 2.4 I get:
File "/usr/lib64/python2.4/urllib2.py", line 580, in proxy_open
if '@' in host:
TypeError: iterable argument required
It might be w
On Sun, Nov 30, 2014 at 2:01 AM, Jerry Rocteur wrote:
> This works GREAT on 2.7 but when I run it on 2.4 I get:
>
> File "/usr/lib64/python2.4/urllib2.py", line 580, in proxy_open
> if '@' in host:
> TypeError: iterable argument required
It might be worth looking at some actual 2.4 document
Hi,
I posted this on the soap list but didn`t get a reply so I was hoping
perhaps someone from this list could help me.
I got my SOAP script working to GlobalSign, thanks to the help from
Dieter and I can now download certificates with the script.
I was running on Python 2.7 and it works great t