Include me in the list

2011-04-24 Thread nusrath ahmed
I have written a python script for logging into a website. For the time being I have created a login page and a website which I want to log in. My script pulls up the login page but does not post the username and password and log me in. It simple displays the login page. I wanted my scrip

Pls chk my login script

2011-04-24 Thread nusrath ahmed
I have written a python script for logging into a website. My script pulls up a browser page but does not log me in. Can any one suggest if I i am wrong in nay way,though the script is correct I am sure My script is as below * import cookielib import

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