Tagged Questions
1
vote
2answers
160 views
Redirect command prompt output to a python generated window
Developed a script which builds a project using msbuild. I have GUI developed using wxpython which has a button on which when user clicks would build a project using msbuild. Now, i want to open a ...
1
vote
2answers
129 views
Returning data to the original process that invoke a subprocess
Someone told me to post this as a new question. This is a follow up to
Instantiating a new WX Python GUI from spawn thread
I implemented the following code to a script that gets called from a ...
0
votes
1answer
168 views
Matplotlib bar chart in a wx Frame instead of a new window
I have a simple wxFrame and two panels in it. i want one of the panels to show a matplotlib bar chart. I learnt to use the chart, but the show() function that I use gives me the chart in a new window.
...
0
votes
1answer
88 views
Instantiating a new WX Python GUI from spawn thread
I have main thread that runs a WX Python GUI. The main GUI gives a user a graphical interface to select scripts (which are mapped to python functions) and a 'Start' button, which spawns a second ...