Re: Python login script

2011-04-25 Thread Jayme Proni Filho
Look this code! Perhaps, It can help you with login. http://segfault.in/2010/12/sending-gmail-from-python/ 2011/4/25 Chris Angelico > On Tue, Apr 26, 2011 at 7:38 AM, Jayme Proni Filho > wrote: > > I can be wrong but I think you can not login in gmail with urllib because > I > > think gmail use

Re: Python login script

2011-04-25 Thread Chris Angelico
On Tue, Apr 26, 2011 at 7:15 AM, nusrath ahmed wrote: > I have written a python script that should log me in to a website. For the > time being I want to login to gmail.com. My script pulls up the gmail > webpage but does not input the login id and the password in the fields and >  does not log me

Python login script

2011-04-25 Thread nusrath ahmed
I have written a python script that should log me in to a website. For the time being I want to login to gmail.com. My script pulls up the gmail webpage but does not input the login id and the password in the fields and does not log me in. I assume I am missing on something in my script. Can so