Re: [Tutor] NTLM authentication, python 2.6 and windows

2012-08-23 Thread Alan Gauld
On 23/08/12 16:42, Marco Mistroni wrote: i have tried to use python-ntml but it does not seems to work as i keep on getting thiserror lib\python2.6\ntlm\ntlm.py", line 219, in parse_NTLM_CHALLENGE_MESSAGEerror: > unpack requires a string argument of length 4 It looks as if its working just

Re: [Tutor] NTLM authentication, python 2.6 and windows

2012-08-23 Thread Steven D'Aprano
On 24/08/12 01:42, Marco Mistroni wrote: Hi all i was wondering if anyone coud provide examples on how to open an URL that requires NTLM authentication i have tried to use python-ntml but it does not seems to work as i keep on getting this errorlib\python2.6\ntlm\ntlm.py", line 219, in parse

[Tutor] NTLM authentication, python 2.6 and windows

2012-08-23 Thread Marco Mistroni
Hi all i was wondering if anyone coud provide examples on how to open an URL that requires NTLM authentication i have tried to use python-ntml but it does not seems to work as i keep on getting this errorlib\python2.6\ntlm\ntlm.py", line 219, in parse_NTLM_CHALLENGE_MESSAGEerror: unpack require