How can I load python script into Html ??

Roger Upole rupole at hotmail.com
Fri Dec 16 16:06:13 EST 2005


Using the normail src attribute works for me:

<SCRIPT Language="Python" src="somescript.pys"></script>

Did you register the Python script engine with pyscript.py or
pyscript_rexec.py ?

       Roger


-- 
"Ask the ToeCutter - HE knows who I am !"
"PatPoul" <patpoul23 at hotmail.com> wrote in message news:1134562826.378663.234100 at g49g2000cwa.googlegroups.com...
> 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>
> 



----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----



More information about the Python-list mailing list