Re: Having problems with urlparser concatenation

2006-11-09 Thread i80and
Thank you! Fixed my problem perfectly! Gabriel Genellina wrote: > At Thursday 9/11/2006 20:23, i80and wrote: > > >I'm working on a basic web spider, and I'm having problems with the > >urlparser. > >[...] > > SpliceStart = Website.find('', SpliceStart)) > > > > ParsedURL =

Re: Having problems with urlparser concatenation

2006-11-09 Thread Gabriel Genellina
At Thursday 9/11/2006 20:23, i80and wrote: I'm working on a basic web spider, and I'm having problems with the urlparser. [...] SpliceStart = Website.find('', SpliceStart)) ParsedURL = urlparse((Website[SpliceStart+9:(SpliceEnd+1)])) robotparser.set_url(Parse

Re: Having problems with urlparser concatenation

2006-11-09 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, i80and wrote: > return self.open_local_file(url) > File "C:\Program Files\Python25\lib\urllib.py", line 465, in > open_local_file > raise IOError(e.errno, e.strerror, e.filename) > IOError: [Errno 2] The system cannot find the path specified: > 'en.wikipedia.org\\