Is it possible to execute Unix commands with an HTML file running in a Python Webkit window?

133 views Asked by At

I am making an HTML app running inside a Python window, using QtWebkit. I want to execute a shell command and get the output.

Can it be done without using Node.js?

0

There are 0 answers