On 7/24/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
>
> From: "Anand Balachandran Pillai" <[EMAIL PROTECTED]>
> Subject: Re: [BangPypers] automate logging (Pythonic)
> To: "Bangalore Python Users Group - India"
> Message-ID:
> <[
AIL PROTECTED]> wrote:
> On 7/24/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> wrote:
>>
>> From: Pythonic <[EMAIL PROTECTED]>
>> Subject: Re: [BangPypers] automate logging
>> To: [EMAIL PROTECTED], Bangalore Python Users Group - India
>> leo davis
On 7/24/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:
>
> From: Pythonic <[EMAIL PROTECTED]>
> Subject: Re: [BangPypers] automate logging
> To: [EMAIL PROTECTED], Bangalore Python Users Group - India
> leo davis wrote:
> >
> > Hello,
> > I'm
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
>
>
>
>
>
> import urllib2
>
> theurl = 'www.te
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
import urllib2
theurl = 'www.tek-tips.com'
protocol = 'http://'
username