Re: [Tutor] BeautifulSoup confusion

2009-04-09 Thread Stefan Behnel
Steve Lyskawa wrote: > I am not a programmer by trade but I've been using Python for 10+ years, > usually for text file conversion and protocol analysis. I'm having a > problem with Beautiful Soup. I can get it to scrape off all the href links > on a web page but I am having problems selecting sp

Re: [Tutor] BeautifulSoup confusion

2009-04-09 Thread Kent Johnson
On Thu, Apr 9, 2009 at 7:27 PM, Steve Lyskawa wrote: > I'm having a > problem with Beautiful Soup.  I can get it to scrape off all the href links > on a web page but I am having problems selecting specific URI's from the > output supplied by Beautiful Soup. > What exactly is it returning to me and

[Tutor] BeautifulSoup confusion

2009-04-09 Thread Steve Lyskawa
I am not a programmer by trade but I've been using Python for 10+ years, usually for text file conversion and protocol analysis. I'm having a problem with Beautiful Soup. I can get it to scrape off all the href links on a web page but I am having problems selecting specific URI's from the output