hi there!
in short: is there a way to create a datatype in python like this:
VARIANT(SAFEARRAY(byte[...])) of arbitrary size ??
problem is the COM-interface of the software i want to communicate with expects
a value of the mentioned datatype from me. so when i'm initializing an
attribute of th
Hi all,
I'm working on a Tkinter app that is being deployed to Windows via py2exe
for wrapping and InnoSetup for its installer. In order to provide a similar
scripting capability to the app that is present in its Mac version, I've
made the app a COM server using the examples from python-win32 code
Hi all,
I have done an addin fro a cad application
I get this error from win32Traceutils :
Object with win32trace dispatcher created (object=None)
in ._QueryInterface_ with
unsupported IID ISwAddin ({DA306A0D-EAC5-4406-8610-B1DA805D9270})
in ._QueryInterface_ with
unsupported IID ISwPointInfer