On 29/01/2016 at 14:53, xxxxxxxx wrote:
I have a webpage that I want to open using python and store the result.
If I do this directly in a browser, it is working (a test sentence is given).
However, when I do this using Python (see below code), the html code is returned and not the resulting test sentence.
What is wrong?