[Tutor] NEWBIE is it possible to use HTML and Python together?

Kirby Urner urnerk@qwest.net
Fri, 22 Mar 2002 16:52:19 -0800


>
>thanks for your help, this is starting to sound like a bigger project then 
>I first thought. I thought it would be simple...he writes the HTML, I 
>write the dice script, embed the python script ( like Java?) in to the 
>HTML frame...and play.

Jeff suggested a way to write client-side Python embedded in
the HTML, using win32all and/or ActiveState's distro.  I haven't
tested this way of doing things, but it sounds a lot closer to
what you want than using Python as a server.

Kirby