Re: [python-win32] [win32com] Meaning of "TypeError: Only com_record objects can be used as records"?

2020-04-27 Thread Tim Roberts
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?

Re: [python-win32] [win32com] Meaning of "TypeError: Only com_record objects can be used as records"?

2020-04-27 Thread Terry Davis
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

Re: [python-win32] Pywin32 latest documentation

2020-04-27 Thread Tim Golden
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