Re: [python-win32] Python Windows Scripting Engine

2024-07-30 Thread Mark Hammond
On 2024-07-30 4:29 p.m., Valentin Abrutski wrote: Hi Mark. I double checked what I did with my previous attempt. And still can't get success. Probably you can give me an idea of what I'm doing wrong. I am working on an application(.Net) which provides scripting capabilities via AcriveScript

Re: [python-win32] Python Windows Scripting Engine

2024-07-30 Thread Valentin Abrutski
Hi Mark. I double checked what I did with my previous attempt. And still can't get success. Probably you can give me an idea of what I'm doing wrong. I am working on an application(.Net) which provides scripting capabilities via AcriveScript Engine. With the ability to debug script step by step a

Re: [python-win32] Python Windows Scripting Engine

2024-07-30 Thread Valentin Abrutski
Hi Mark Appreciate for fast response. I will look into it. Thank you. On Tue, Jul 30, 2024 at 5:56 PM Mark Hammond wrote: > IActiveScriptParse is supported - check out the com/win32comext/axscript > directory. > > Cheers, > > Mark > On 2024-07-30 10:14 a.m., Valentin Abrutski wrote: > > Hello

Re: [python-win32] Python Windows Scripting Engine

2024-07-30 Thread Mark Hammond
IActiveScriptParse is supported - check out the com/win32comext/axscript directory. Cheers, Mark On 2024-07-30 10:14 a.m., Valentin Abrutski wrote: Hello all, Hopefully somebody can help me. Microsoft provides implementations for Microsoft Scripting Engine - VbScript and JScript. I need to

[python-win32] Python Windows Scripting Engine

2024-07-30 Thread Valentin Abrutski
Hello all, Hopefully somebody can help me. Microsoft provides implementations for Microsoft Scripting Engine - VbScript and JScript. I need to add Python Script Engine support. I see that pywin32 already has a component for that(COM object). But it exposes only the IActiveScript interface. For my