I have a python script and this python script shall call an html-file (i.e. a web page) stored locally on the computer. The html-file does some calculations (jquery,javascript and so on) and should pass the result back to the python script. I don't want to change the setting (python script calls html-file and result is passed back to python-script) so please don't ask why.
Could anyone tell me how to solve this? How can I pass the result from html-file to the calling python function? That troubles me since 2 weeks. Thanks!