Re: [python-win32] Follow-up question

2007-08-27 Thread Mark Hammond
> Brad Johnson ballardtech.com> writes: > > I have successfully used the PyCom_PyObjectFromIUnknown function to get > a > PyIDispatch object from a raw IDispatch pointer. > > My next goal is to get an early bound class instance from that pointer > (using a > class generated from makepy). Just p

[python-win32] Visio - not able to access shapesheet, set properties to shape

2007-08-27 Thread Padmasani Sowmia
Hello, I am new to Python programming. I am trying to open Visio diagram and drop a shape programmatically along with some attributes that need to be set. So far I have been successful in opening the file, dropping the shape object. Now, I have known properties in my application that I ne

[python-win32] Follow-up question

2007-08-27 Thread Brad Johnson
Brad Johnson ballardtech.com> writes: I have successfully used the PyCom_PyObjectFromIUnknown function to get a PyIDispatch object from a raw IDispatch pointer. My next goal is to get an early bound class instance from that pointer (using a class generated from makepy). I can take the PyIDispat