Re: [python-win32] win32com.client.Dispatch problem

2005-06-24 Thread Thomas Heller
Amit Upadhyay <[EMAIL PROTECTED]> writes: > Hi, > > So here is my problem, I have to implement a com server, that would be used > by DotNet application, which can not work with late binding (apparently they > don't have CreateObject of VB). So i am following the approach suggested by > http://s

[python-win32] win32com.client.Dispatch problem

2005-06-24 Thread Amit Upadhyay
Hi, So here is my problem, I have to implement a com server, that would be used by DotNet application, which can not work with late binding (apparently they don't have CreateObject of VB). So i am following the approach suggested by http://starship.python.net/crew/theller/ctypes/sum_sample.html, a