I\'m trying to run the following code on Windows 7 and pycharm IDE
from webbot import Browser web = Browser() web.go_to(\'google.com\')
and I