On Feb 8, 2:38 pm, "mtuller" <[EMAIL PROTECTED]> wrote:
> I am trying to parse a webpage and extract information.

BeautifulSoup is a great Python module for this purpose:

    http://www.crummy.com/software/BeautifulSoup/

Here's an article on screen scraping using it:

    
http://iwiwdsmi.blogspot.com/2007/01/how-to-use-python-and-beautiful-soup-to.html

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to