Hi all, I'm having a problem with module 'google' running on pythonanywhere console. The module was correctly installed with
$ pip3.5 install --upgrade --user google
But when I attempted to run
import google
google.search('pythonanywhere')
the following Error appeared
AttributeError: module 'google' has no attribute 'search'
However the module 'google' works well on my local system. Please help me out. Thank you.
Nuno