Active Scripting in Python

Syver Enstad syver at inout.no
Thu Sep 4 04:14:00 EDT 2003


janeaustine50 at hotmail.com (Jane Austine) writes:

> I donwloaded win32all for Python 2.3 and installed it.
> 
> I manually run pyscript.py and it returned "successfully registered"
> message.
> 
> For a simple test(on client side), I created the following html:
> 
> <script language=Python>
> alert("hello world")
> </script>
> 
> And opened it in IE6.0 on WinXP.  Unfortunately, it doesn't show
> anything.
> 
> After googling, I tried "pyscript.py --debug" and the trace collector
> shows:
> 
> Object with win32trace dispatcher created (object=None)
>  in _InvokeEx_ with GetInterfaceSafetyOptions 0 1
> (IID('{BB1A2AE2-A4F9-11CF-8F20-00805F2CD064}'),) None None
> in _InvokeEx_ with GetInterfaceSafetyOptions 0 1
> (IID('{BB1A2AE1-A4F9-11CF-8F20-00805F2CD064}'),) None None
> 
> Am I doing something stupid?

I think Mark Hammond has disabled the scripting extensions by default,
go to Mark Hammonds site, there should be an explanation on how to
enable it there...





More information about the Python-list mailing list