Python-os. Command Execution

G

Ganesh Kumar

Hi,

I am new to python programing. I have created one small application ,

application developed in python Tkinter GUI, My application having
install button

when user click install, It will start one GUI installation script and
exit my application

This my task.. The problem was the installation script started but
control will be transfered to

other window ... when installation finished the GUI application will be closed..

code:

os.system("ls -l") & root.destroy

when execute a command "ls -l " and application will be closed

But

os.system("top") & root.destroy

Control will the transferred to the other-window, "top" closed means
application will be closed.. plz..help me..

I checked also the command as background process.. like os.system("top
&") & root.destroy


Advance thanks

Regards
Ganesh.
 

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,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top