Re: [python-win32] Python, COM, VARIANT, VT_BYREF, Joy!

2010-05-24 Thread George Doster
On Mon, May 24, 2010 at 8:25 AM, Mark Hammond wrote: > On 22/05/2010 12:15 AM, George Doster wrote: > >> Hello All, >> >> I'm trying to write a Python program that uses a provided ActiveX >> component. I have verified the component works ok with Visual Basic. &g

[python-win32] Python, COM, VARIANT, VT_BYREF, Joy!

2010-05-21 Thread George Doster
Hello All, I'm trying to write a Python program that uses a provided ActiveX component. I have verified the component works ok with Visual Basic. I have used makepy to build the import module for my ActiveX component. I can successfully load the component via the ActiveXCtrl class found in wxPyt

[python-win32] Python, COM, VARIANT, VT_BYREF, Joy!

2010-05-20 Thread George Doster
Hello All, I'm trying to write a Python program that uses a provided ActiveX component. I have verified the component works ok with Visual Basic. I have used makepy to build the import module for my ActiveX component. I can successfully load the component via the ActiveXCtrl class found in wxPyt