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

2009-04-24 Thread belaqziz salwa
an opened window through the server À: python-win32 python-win32@python.org Date: Vendredi 24 Avril 2009, 1h34 belaqziz salwa wrote: 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 ? You'll have to dig into PyWPS

[python-win32] activate an opened window

2009-04-23 Thread belaqziz salwa
Hi, how I can activate a window that is already opened, through its PID of process thanks ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] activate an opened window

2009-04-23 Thread belaqziz salwa
] activate an opened window À: Python-Win32 List python-win32@python.org Date: Jeudi 23 Avril 2009, 18h22 belaqziz salwa wrote: how I can activate a window that is already opened, through its PID of process Are you saying you have the PID of a process, and you want to bring its window to the top? I

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

2009-04-23 Thread belaqziz salwa
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 À: Python-Win32 List python-win32@python.org Date: Jeudi 23 Avril 2009, 21h35 belaqziz salwa wrote: it works with findTopWindow

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

2009-04-23 Thread belaqziz salwa
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

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

2009-04-23 Thread belaqziz salwa
? 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, 23h54 belaqziz salwa wrote: I want

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

2009-04-23 Thread belaqziz salwa
window through the server À: Python-Win32 List python-win32@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