How can I load python script into Html ??

PatPoul patpoul23 at hotmail.com
Wed Dec 14 07:20:26 EST 2005


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>




More information about the Python-list mailing list