-> I'm currently trying to retrieve a webpage in order to extract -> information from it. The problem is that this page is _behind_ a POST -> formular. -> -> Does someone know a module or a tutorial that can help me ?
There are several: urllib2 is probably the place to start. Check out this post, which is full of links ;). http://mail.python.org/pipermail/python-list/2004-September/238739.html --titus _______________________________________________ Web-SIG mailing list [email protected] Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com
