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

Tim Roberts timr at probo.com
Fri Apr 24 00:54:21 CEST 2009


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.



More information about the python-win32 mailing list