Re: COM connection point

2005-03-18 Thread Aaron Brady
That appears to do just the job! Much obliged, -OY - Original Message - From: "Stefan Schukat" <[EMAIL PROTECTED]> To: "Oy Politics" <[EMAIL PROTECTED]>; Sent: Friday, March 18, 2005 6:05 AM Subject: RE: COM connection point > Just use >

RE: COM connection point

2005-03-18 Thread Stefan Schukat
Just use obj = win32com.client.Dispatch(obj) Stefan > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Oy Politics > Sent: Wednesday, March 16, 2005 11:51 PM > To: python-list@python.org > Subject: COM connection point

COM connection point

2005-03-16 Thread Oy Politics
Hello: I am building a COM client, with the ability to be called back by events. The events can arrive independently from the server. The client method is called at the right time, so that is working. However, one parameter is itself a COM object, and I am having trouble with accessing the prope