Embedding an Application in a Web browser

Atanas Banov enterr at gmail.com
Tue Feb 14 15:37:37 EST 2006


try this: create file named "test.hta" and put inside
---------------------
<HTML>
<BODY>
<SCRIPT LANGUAGE="Python">

import sys
document.writeln("Hello from Python", sys.version)

</SCRIPT>
</BODY>
</HTML>
---------------------
double click to open it, it will work if you have activestate
extensions installed.




More information about the Python-list mailing list