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 ?? thanks for help --- En date de : Jeu 23.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: Jeudi 23 Avril 2009, 22h59 belaqziz salwa wrote: > I try to run a program in an interface that is already opened, all > works well through the Command Prompt but when I run my python script > in the server e.g http://localhost/MyScript.py it gives me the > following message: > pywintypes.error: (0, 'EnumWindows', 'No error message is available') > > Are you trying to run this as a CGI script through IIS? CGI scripts run in a very different and very restricted environment. They cannot access the list of windows. It's just not possible. Why do you want to run this through a web server? What is your overall plan here? -- 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