Python in HTAs

Marcel van den Dungen m_vddungen at yahoo.com
Mon Oct 18 18:04:45 EDT 2004


m_vddungen at yahoo.com (Marcel van den Dungen) wrote in message news:<98862c6.0410171325.352a5df4 at posting.google.com>...
>     document.all["idspan"] = 'hello from python'
That should of course be:
 document.all["idspan"].innerText = 'hello from python'

It turns out that Python was not registered as ActiveX scripting
language. I assumed that this was done by the PythonWin 
installation program.

Its working now.

Thanks everyone for the help!
Marcel.



More information about the Python-list mailing list