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

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

Reply via email to