Re: [python-win32] multiprocessing pickle problem in win32

2009-11-09 Thread Bilokon, Paul
Many thanks for your reply, Mark. I'll try your suggestion. Best wishes, Paul -Original Message- From: Mark Hammond [mailto:mhamm...@skippinet.com.au] Sent: 06 November 2009 23:01 To: Bilokon, Paul [ICG-MKTS] Cc: 'python-win32@python.org'; Moudry, Jiri George [ICG-MKTS]; Adams, Lyndon

Re: [python-win32] Excel Calculation - Check when it's done

2009-08-27 Thread Bilokon, Paul
: [python-win32] Excel Calculation - Check when it's done Bilokon, Paul wrote: Thanks so much! Is there anything like a global Worksheet_Calculate, which would get hit when the entire worksheet calculation is done? Not that I am aware of, but you probably want to experiment with it to see

Re: [python-win32] Excel Calculation - Check when it's done

2009-08-26 Thread Bilokon, Paul
@python.org [mailto:python-win32-bounces+paul.bilokon=citi@python.org] On Behalf Of Tim Roberts Sent: 25 August 2009 18:13 To: Python-Win32 List Subject: Re: [python-win32] Excel Calculation - Check when it's done Bilokon, Paul wrote: My apologies as this question is indeed Excel specific

[python-win32] Excel Calculation - Check when it's done

2009-08-25 Thread Bilokon, Paul
Hi, My apologies as this question is indeed Excel specific though it's wide applicability probably merits inclusion here. Is there any way to determine when a calculation is done in Excel from Python over COM, without busy-waiting? Does anyone have any examples? Many thanks, Paul

[python-win32] Starting a New excel.exe Process as Opposed to Recycling an Existing Excel

2009-08-19 Thread Bilokon, Paul
Hi all, I notice that excel = win32com.client.Dispatch(Excel.Application) does not necessarily create a new excel.exe process. If excel.exe is already running, then it will be recycled and a new process will not be created. However, I would like to have some control over this and tell it to

Re: [python-win32] Starting a New excel.exe Process as Opposed to Recycling an Existing Excel

2009-08-19 Thread Bilokon, Paul
, Paul From: python-win32-bounces+paul.bilokon=citi@python.org [mailto:python-win32-bounces+paul.bilokon=citi@python.org] On Behalf Of Bilokon, Paul [ICG-MKTS] Sent: 18 August 2009 14:29 To: 'python-win32@python.org' Subject: [python-win32] Starting a New