Skip to content Skip to sidebar Skip to footer
Showing posts with the label Comtypes

Com Object Variant Parameters In Comtypes (python)

I am trying to use comtypes 1.1.0 package to access COM object within python 2.7.6.1 and I have a b… Read more Com Object Variant Parameters In Comtypes (python)

Retrieve Output Parameters From An Autocad Api Method In Python

I'm trying to retrieve 2 output Arrays from an XRecord in AutoCAD 2016 using python 2.7, with c… Read more Retrieve Output Parameters From An Autocad Api Method In Python

Com "get Property" With Multiple Arguments

I'm trying to call WindowsInstaller.Installer.ProductsEx from python, and can't figure out … Read more Com "get Property" With Multiple Arguments