[python-win32] Unable to set an Excel chart's title through win32com : can you reproduce this problem ?

2005-06-28 Thread Capiez Fabrice
Hello List, I have searched the internet and this list's archives without success before writing this email. I apologise in advance if I neglected something obvious. (I googled the list's archives with Excel and chart as keywords) My problem is that I want to create or modify the title of an

[python-win32] failure in makepy.py

2005-06-28 Thread Fitzhugh, Cary
I think I found the issue. There is some issue with dos file formats which caused my python interpreter to give a syntax error. Opened it in Gvim, saved in unix format, now it works fine.. Weird. Sorry to bug you all. Cary ___

Re: [python-win32] Python-win32 Digest, Vol 27, Issue 34

2005-06-28 Thread Tony C
I would think a better approach would be to instantiate multiple instances like this. Have you tried something like this? lv1 = win32com.client.Dispatch(LabVIEW.Application) lv2 = win32com.client.Dispatch(LabVIEW.Application) hi, anybody has called two VIs in parallel?? somehow like this:

[python-win32] Unable to set an Excel chart's title through win32com : can you reproduce this problem ?

2005-06-28 Thread Tim Roberts
On Tue, 28 Jun 2005 18:03:17 +0900 (JST), Capiez Fabrice [EMAIL PROTECTED] wrote: Hello List, I have searched the internet and this list's archives without success before writing this email. I apologise in advance if I neglected something obvious. (I googled the list's archives with Excel and

Re: [python-win32] Failure in makepy.py

2005-06-28 Thread Mark Hammond
This sounds like a bug in Python 2.4 and you are using ActivePython. The recent pywin32 builds have a work-around for this problem, but ActivePython was built before this was in place. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Fitzhugh, Cary