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 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 needs I also need IActiveScriptParse interface.

please advise me if pywin32 implements it also and I just missed something? or if you have an idea what to do to get.. I will appreciate for your help.

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to