Re: [python-win32] Memory access violation using pywin32 as WSH

2022-11-28 Thread Mark Hammond
It's been years since I've looked at this, but IIRC, a "script item" is whatever the host wants it to be - eg, in a HTML page, it would be anything between tags. I believe WSH would just use one for a script file. The Close() method will generally be called by the host - not calling this

Re: [python-win32] Memory access violation using pywin32 as WSH

2022-11-28 Thread Bob Kline
On Mon, Nov 28, 2022 at 4:12 PM Bob Kline wrote: > > Perhaps, for example, I'll be able to find something which is supposed > to get released at application shutdown time but which isn't. I've added some debug logging to the top of most methods in pyscript.py, mostly just announcing

[python-win32] Memory access violation using pywin32 as WSH

2022-11-28 Thread Bob Kline
We've got a project we've supported for many years which involves using XMetaL (a commercial XML editor) customized with macros written in JScript. The vendor claims that the scripting "can use any scripting language that conforms to the Microsoft Scripting Language Interface." Since JScript is