[python-win32] Why does a python COM server return different data to VBA and Python clients?

2012-04-09 Thread jeffwelch
My apologies to the list about my earlier question that was in html. My webmail is supposed to default to plain text but clearly did not. I am trying to write a Python server that will be used by a C++ client. It has taken me quite a while longer than I expected. I have been through the archives

Re: [python-win32] SMIEngine(COM)

2012-04-09 Thread Tim Roberts
takeshi ikeya wrote: > Anyone help me ? > I really appreciate win32extension. > I'm trying to use some 3'rd parties COM. > > First I tested win32extension installation. > > >>> import win32com.client > >>> sh = win32com.client.Dispatch('Shell.Application') > >>> sh.SetTime() > > Goes OK. > ... > N

[python-win32] Why does a python COM server return different data to VBA and Python clients?

2012-04-09 Thread dived38295
I am trying to write a Python server that will be used by a C++ client. It has taken me quite a while longer than I expected. I have been through the archives and that helped me get to where I am. Many thanks to all those who support these packages.I am using Python 2.5.1 as it is required by som