[python-win32] activate an opened window through the server

Tim Roberts timr at probo.com
Fri Apr 24 02:34:14 CEST 2009


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, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list