Vyz wrote: > Hi, > I have a script with hundreds of lines of javascript spread accross 7 > files. Is there any tool out there to automatically or > semi-automatically translate the code into python. > > Thanks > Vyz
Not a tool, but assuming the javascript is not too complex you could interpret some of it using python and the CGI module. But really, what would be the use? -- http://mail.python.org/mailman/listinfo/python-list