I am using beautifulsoup, and I am getting some htmlparser errors with start tags etc.
I read on crummy's site that one suggestion is to go back to an older version (3.08).
I am using Ubuntu, where I did:
sudo apt-get install python-beautifulsoup
to install it.
thanks (i'm newish to ubuntu)
latest version of ubuntu 10.04
In Beautiful Soup 4 its like this:
>>> import bs4
>>> bs4.__version__
'4.4.1'
i run in the same problem on mac osx 10.5 and i removed the current version of beautiful soup with
sudo apt-get remove python-beautifulsoup
then i installed 3.0.7 from this address and all is now working fine.
To know the current version of you module:
import BeautifulSoup
print(BeautifulSoup.__version__)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With