On Sun, 2007-07-22 at 04:09 +0200, Gilles Ganault wrote: > Hello > > I'm trying to extract information from a web page using the Re module,
That's your problem right there. RE is not the right tool for that job. Use an actual HTML parser such as BeautifulSoup (http://www.crummy.com/software/BeautifulSoup/) and your life will be much easier. HTH, -- Carsten Haese http://informixdb.sourceforge.net -- http://mail.python.org/mailman/listinfo/python-list