[python-win32] activate an opened window through the server
belaqziz salwa
belasalwa at yahoo.fr
Fri Apr 24 02:22:38 CEST 2009
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 <timr at probo.com> a écrit :
De: Tim Roberts <timr at probo.com>
Objet: Re: [python-win32] activate an opened window through the server
À: "Python-Win32 List" <python-win32 at 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, timr at probo.com
Providenza & Boekelheide, Inc.
_______________________________________________
python-win32 mailing list
python-win32 at python.org
http://mail.python.org/mailman/listinfo/python-win32
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20090424/69a270c5/attachment.htm>
More information about the python-win32
mailing list