belaqziz salwa wrote:
> yes my IDL script produces an image file, i want just execute this
> progmam, and not to send an HTML image. how can i do that ?
>

You'll have to dig into PyWPS for the details, but I think your PyWPS
script just needs to run idlde.exe as a separate process, using that
command you already showed.  You can use subprocess.call to run that
command and wait for the result.

-- 
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