Re: exception in urllib2

2009-02-01 Thread 7stud
On Feb 1, 3:34 am, asit wrote: > I hv been developing a link scanner. Here the objective is to > recursively scan a particular web site. > > During this, my script methttp://images.google.co.in/imghp?hl=en&tab=wi > and passed it to the scan function, whose body is like this.. > > def scan(site): >

Re: exception in urllib2

2009-02-01 Thread 7stud
On Feb 1, 3:34 am, asit wrote: > I hv been developing a link scanner. Here the objective is to > recursively scan a particular web site. > > During this, my script methttp://images.google.co.in/imghp?hl=en&tab=wi > and passed it to the scan function, whose body is like this.. > > def scan(site): >

exception in urllib2

2009-02-01 Thread asit
I hv been developing a link scanner. Here the objective is to recursively scan a particular web site. During this, my script met http://images.google.co.in/imghp?hl=en&tab=wi and passed it to the scan function, whose body is like this.. def scan(site): log=open(logfile,'a') log.write(site