Re: [BangPypers] automate logging (Pythonic) (Anand Balachandran Pillai)

2008-07-24 Thread Vijay Ramachandran
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: > <[

Re: [BangPypers] automate logging (Pythonic)

2008-07-24 Thread Anand Balachandran Pillai
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

Re: [BangPypers] automate logging (Pythonic)

2008-07-24 Thread Vijay Ramachandran
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

Re: [BangPypers] automate logging

2008-07-23 Thread Pythonic
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

[BangPypers] 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     import urllib2 theurl = 'www.tek-tips.com' protocol = 'http://' username