Re: [python-win32] comtypes-0.6.1 released

2010-07-12 Thread David Briant
Hi I'm using comtypes. And want to convert double arrays between numpy arrays and OLESafeArrays. I notice a changelog item 0.6.1 that says this has been done. Has this been removed? Thx David ___ python-win32 mailing list [email protected] http:/

[python-win32] Solved - Re: comtypes-0.6.1 released

2010-07-12 Thread David Briant
Hi I think I've answered my own question... I needed to add a constructor option in the VARIANT bit to create from a numpy array... I just need to add the conversion to get a numpy array from a olesafe array if numpy is loaded... Thx david _ From: Dav