Laszlo Zsolt Nagy wrote:
> os.popen already creates a new process. So what if you try to call 
> os.popen from your main thread, then pass the file descriptors to your 
> thread?
> It is just an idea...

But I need to run command from thread, that's the main reason to create 
new thread :)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to