I am a newbie at python, this is a simple code from different solution, it should generally work but I am receiving an error from Beautifulsoup (screen below) on markup not provided.
I am using PTVS and python 3.5.
Python code:
from robobrowser import RoboBrowser
url = "http://www.google.com"
br = RoboBrowser(history=True)
br.open(url)
print (br.parsed)