Re: How to execute an external application from View

2007-07-11 Thread RayLeyva
On Jul 8, 11:54 pm, Knut Ivar Nesheim <[EMAIL PROTECTED]> wrote: > A working workaround: > If javascript is an option, have a look at this: http:// > developer.yahoo.com/yui/examples/container/panelwait/1.html Knut, Thanks for the great idea, and I'll definitely dig deeper into it if for no ot

Re: How to execute an external application from View

2007-07-08 Thread RayLeyva
Just wanted to add a "me too!" +1, any help would really be appreciated. I've already tried every variation of os.spawn, and the new subprocess module: subprocess.Popen([cmd, arg1, arg2, ... , argN]) That's supposed to be similar to os.P_NOWAIT, and it does behave similarly. It sits and waits