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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to