I am using wxpython to build a GUI. I have two questions: 1.How Can I get values from textfield in the interface? 2.Can I run a python script through my interface(for examlpe when clicking on a button) and How to do it ?
Another question: after the execution of the script, which is supposed to return a result (a string) , how can I get the result from script and display it in my interface? Thanks.
PS: The values in question 1 are arguments for the Python script in question 2.