expressPython
expressPython copied to clipboard
Using time.sleep() in your code will make it impossible to retrieve output.
This should be fixable using popen.communicate with a timeout?
Or maybe create a Qt/C++ API to run a program..