Re: [Tutor] Using Python to replace javascript

2008-11-06 Thread Alan Gauld
"Jim Morcombe" <[EMAIL PROTECTED]> wrote Is there any way to write python code inside a HTML page instead of using Javascript? Yes, but only if you a) are using IE as your browser under Windows. b) Have WSH installed c) Have run the scripting activation script in the Pyhonwin package OR you c

Re: [Tutor] Using Python to replace javascript

2008-11-06 Thread Jan Ulrich Hasecke
2008/11/6 Jim Morcombe <[EMAIL PROTECTED]> > Is there any way to write python code inside a HTML page instead of using > Javascript? > There is the KSS project http://kssproject.org/ It uses a css-like markup to write Ajax-functions. juh ___ Tutor mai

Re: [Tutor] Using Python to replace javascript

2008-11-06 Thread bob gailer
Jim Morcombe wrote: Is there any way to write python code inside a HTML page instead of using Javascript? Not yet - not directly. But there is pyjamas - a Python - javascript translator centered around GWT. http://code.google.com/p/pyjamas/ http://groups.google.com/group/pyjamas-dev?hl=en -

[Tutor] Using Python to replace javascript

2008-11-06 Thread Jim Morcombe
Is there any way to write python code inside a HTML page instead of using Javascript? Jim ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor