Comment 2 for bug 1643256

Revision history for this message
Leonard Richardson (leonardr) wrote : Re: SyntaxError: Missing parentheses in call to 'print'

Thanks for the bug report. You reported installing the "beautifulsoup" package, which is a discontinued version of the package that only works on Python 2. That print statement is only the first of many compatibility problems you'll have running Beautiful Soup version 3 under Python 3.

Beautiful Soup version 4 (available as the "beautifulsoup4" package) is the version that supports Python 3.