Re: [Tutor] using pythnn to open a password protected website

2010-03-21 Thread Norman Khine
On Sat, Mar 20, 2010 at 1:27 AM, Steven D'Aprano wrote: > On Fri, 19 Mar 2010 11:33:36 pm richard west wrote: >> Hi, >> >> Im trying to use python to open up a password protected website(e.g. >> facebook / gmail) in Firefox. supplying the login and password >> automatically at runtime - so that I

Re: [Tutor] using pythnn to open a password protected website

2010-03-19 Thread Steven D'Aprano
On Fri, 19 Mar 2010 11:33:36 pm richard west wrote: > Hi, > > Im trying to use python to open up a password protected website(e.g. > facebook / gmail) in Firefox. supplying the login and password > automatically at runtime - so that I can interface my code with > fingerprint recognition code. So fa

Re: [Tutor] using pythnn to open a password protected website

2010-03-19 Thread Alan Gauld
"richard west" wrote Im trying to use python to open up a password protected website(e.g. facebook / gmail) in Firefox. So you are trying to control Firefox not the web site? Is that correct? What mechanism are you using to communicate with Firefox? code. So far I have only found urllib,

Re: [Tutor] using pythnn to open a password protected website

2010-03-19 Thread Wayne Werner
On Fri, Mar 19, 2010 at 7:33 AM, richard west wrote: > Hi, > > Im trying to use python to open up a password protected website(e.g. > facebook / gmail) in Firefox. supplying the login and password automatically > at runtime - so that I can interface my code with fingerprint recognition > code. So

[Tutor] using pythnn to open a password protected website

2010-03-19 Thread richard west
Hi, Im trying to use python to open up a password protected website(e.g. facebook / gmail) in Firefox. supplying the login and password automatically at runtime - so that I can interface my code with fingerprint recognition code. So far I have only found urllib, urllib2 and web browser, none of wh