I downloaded the beautifulsoup installation files and `python setup.py install’ command fails since it appears to be written in earlier version of python and print method doesn’t have braces around the text.
How do I install it in this scenario besides going and fixing all such errors manually?
BeautifulSoup 3.2 is not supported on Python 3. You can use BeautifulSoup 3.1 instead. From the BeautifulSoup homepage:
Note that fixing this goes beyond adding braces to
printstatements: BeautifulSoup 3.2 uses thesgmlliblibrary, which has been removed in Python 3.