Re: [python-uk] automate logging

2008-07-22 Thread John J Lee
On Tue, 22 Jul 2008, leo davis wrote: Hello, I'm trying to write a code to automate logging into a website.I have chosen the forum 'www.tek-tips.com' as an example and tried this script on itBut it doesnt seem to work...What am i missing here..plz help You should provide the Holy Trinit

Re: [python-uk] automate logging

2008-07-22 Thread Tim Golden
leo davis wrote: I'm trying to write a code to automate logging into a website.I have chosen the forum 'www.tek-tips.com' as an example and tried this script on itBut it doesnt seem to work...What am i missing here..plz help You'll get more help by posting to the main Python groups[1]. But

[python-uk] automate logging

2008-07-22 Thread leo davis
Hello, I'm trying to write a code to automate logging into a website.I have chosen the forum 'www.tek-tips.com' as an example and tried this script on itBut it doesnt seem to work...What am i missing here..plz help Code:import urllib2 theurl = 'www.tek-tips.com' protocol = 'http://' user