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, [email protected]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to