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
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
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