HTML Parser

Joshua Landau joshua.landau.ws at gmail.com
Tue Jul 2 20:13:50 EDT 2013


On 2 July 2013 18:43,  <subhabangalore at gmail.com> wrote:
> I could not use BeautifulSoup as I did not find an .exe file.

Were you perhaps looking for a .exe file to install BeautifulSoup?
It's quite plausible that a windows user like you might be dazzled at
the idea of a .tar.gz.

I suggest just using "pip install beautifulsoup4" at a command prompt.
See http://stackoverflow.com/questions/12228102/how-to-install-beautiful-soup-4-with-python-2-7-on-windows
for explanations -- there are links for things you need to know.

But basically, use BeautifulSoup. It does what you need.



More information about the Python-list mailing list