hi,

Am Mittwoch, den 09.11.2005, 08:18 -0600 schrieb nephish:
> Hey there,
> 
>       i have a program that calls another program to execute on a button
> click. Its another pygtk app. And i am using the
> os.system('python /home/my/myprogram.py') to bring it up. It comes up

os.system('python /home/my/myprogram.py &') 

> ok, but when i close its window, the program that called it up is locked
> up. Um, what could i do about this?
>       thanks.
> 

cheers,
   Danny


_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to