[python-win32] Run script language=Python scripts in IE11 on Windows10

Milind R killermilind at gmail.com
Mon Jun 18 12:28:42 EDT 2018


Hi All,

I am interested in tinkering with IE's active scripting in Python (
https://stackoverflow.com/a/6089948/517835). I am now on Windows 10 x64
1803, with IE11. I am aware of the lack of rexec in python, and the
attendant warning. I am just trying to demonstrate it to myself for fun
now, but have some ideas on what to do with it later.....

Right now, I am unable to get the pywin32 demos at
site-packages\win32comext\axscript\Demos\client\ie\ to run correctly in
IE... I tried enabling and disabling Enhanced Protected Mode, but I think
local files run with EPM disabled. I have verified that the
Python.AXScript-rexec.2 key exists in the registry. I also tried to verify
that iexplore.exe is a 64-bit process, but I'm not even sure if there are
other, bigger pieces broken here.

I am able to run WSH scripts, so the Python script engine itself is
running, but something else is the problem. Some help here would be great.

Regards,
Milind
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20180618/47f300b5/attachment.html>


More information about the python-win32 mailing list