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

belaqziz salwa belasalwa at yahoo.fr
Fri Apr 24 01:58:46 CEST 2009


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?

thanks for help.


--- En date de : Jeu 23.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: Jeudi 23 Avril 2009, 23h54

belaqziz salwa wrote:
> I want, through a python script, to run a program that is written in
> another language (IDL: Interactive Data Language), I tried to execute
> a .bat file where I put my command which runs the program but I get
> the error message: permission denied, then I thought to another method
> with python-win32 but it is not possible
>
> is there a solution ??
>

Well, you can run an IDL file from a command line by saying something like
    idlde.exe @commands
and then putting the IDL commands in commands.pro, like this:
    . RUN mycode

I still don't understand how this all relates to a web server.

-- 
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/20090423/56f267d5/attachment.htm>


More information about the python-win32 mailing list