belaqziz salwa wrote:
> I work on a PyWPS project and I need to run an IDL program , after the
> user completed a form,
> if I create a program .pro with the command that launches my program,
> like this
>
> idlde.exe -minimized -nodemowarn -noconfirmexit -nosplash
> @"C:\SAMIR\soil.run"
>
> how can I run it through my server?
>

PyWPS ships HTML data, just like a web server.  If your IDL script only
produces output in a window, then there is no way to do it.  But if your
IDL script produces an image file, then I think you could grab that file
and send it back as an HTML image.  It would take a lot of
experimentation, but it might be possible.

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to