Sorry I was not clear, my setup is functionnal with Pywin32. Python 2.4 + pywin32
and actually, I can do this kind of script on client side :
<HTML>
<SCRIPT Language="Python">
alert('test')
</SCRIPT>
</HTML>
but I want to include external python script with the HTML tag <SCRIPT>
--
http://mail.python.org/mailman/listinfo/python-list
