executing a python script from another python script.

S

sarmin kho

Hi Python Guru,

I ve created a GUI using Boa constructor and am now trying to execute a python script when pressing a button on the GUI. So, there will then be two main threads running (the GUI thread and the python script thread). The purpose of doing this is to enable selecting python script to be run from the GUI.

any helps please...

many thanks..
sarmin
 
C

Cameron Laird

.
.
.
I ve created a GUI using Boa constructor and am now trying to execute a
python script when pressing a button on the GUI. So, there will then be
two main threads running (the GUI thread and the python script thread).
The purpose of doing this is to enable selecting python script to be run
from the GUI.
.
.
.
What you want certainly is possible. I don't understand
yet what you want.

Please explain the user view again. The user sees a GUI.
The user pushes a button. "[T]he [P]ython script" begins
to execute. Does the GUI need the result of the script's
operation? Is the purpose of the button-push to run the
script, or to run it and receive a result? Should the GUI
"block" until the script is done, or remain responsive to
other user points-and-clicks, or go on with other actions?
On what platforms do you want to run your application?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top