On Apr 27, 2020, at 12:58 PM, Terry Davis wrote:
>
> I looked in the generated file, and its RecordMap dict was empty, with a
> comment. There are a dozen or so structs that should be available to the
> interface. Is there any workaround for this, such as manually defining each
> com_record?
I just discovered this message:
https://mail.python.org/pipermail/python-list/2003-August/214888.html
and when I tried getting a com_record:
client.Record("SoftwareInfo",app._com)
I got this error:
ValueError: The structure 'SoftwareInfo' is not defined in module 'x1x0'
I looked in the generated f
Just a quick follow-up to say that I'd spotted a couple of bugs in the
code which generates the website copy, so I think that what's now
showing contains everything in the CHM file. Feel free to ping me if you
spot anything missing:
http://timgolden.me.uk/pywin32-docs/
TJG
On 22/04/2020 06:5