Re: [python-win32] PID of a process created by win32com.client.Dispatch()

2007-03-07 Thread Bruce Webber
--Tim Roberts <[EMAIL PROTECTED]> wrote: > Bruce Webber wrote: >> I've written a program which automates the running of Business Objects >> (a query generator and reporting tool). The command which creates the >> process (and the corresponding Python object) is: >> >> boApp = win32com.client.Dispa

Re: [python-win32] PID of a process created by win32com.client.Dispatch()

2007-03-06 Thread Tim Roberts
Bruce Webber wrote: > I've written a program which automates the running of Business Objects (a > query generator and reporting tool). The command which creates the process > (and the corresponding Python object) is: > > boApp = win32com.client.Dispatch('BusinessObjects.Application') > > This wor

[python-win32] PID of a process created by win32com.client.Dispatch()

2007-03-05 Thread Bruce Webber
I've written a program which automates the running of Business Objects (a query generator and reporting tool). The command which creates the process (and the corresponding Python object) is: boApp = win32com.client.Dispatch('BusinessObjects.Application') This works fine, and I have successfull