Im trying to parse an html page on Google app engine.
This error occures:
'module' object is not callable
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/
ext/webapp/__init__.py", line 513, in __call__
handler.post(*groups)
File "/base/data/home/apps/webowordtest/1.342715216501310461/answer-
me.py", line 22, in post
soup2=BeautifulSoup(page12.read())
TypeError: 'module' object is not callable
I cant see error in this line.