typeerror 'module' object is not callable bs4 code example Example: soup = BeautifulSoup(page.content, 'html.parser') TypeError: 'module' object is not callable from bs4 import BeautifulSoup