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 ?

thanks for help.

 

--- En date de : Ven 24.4.09, Tim Roberts <t...@probo.com> a écrit :

De: Tim Roberts <t...@probo.com>
Objet: Re: [python-win32] activate an opened window through the server
À: "Python-Win32 List" <python-win32@python.org>
Date: Vendredi 24 Avril 2009, 1h09

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



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

Reply via email to