On Feb 26, 6:41 am, [EMAIL PROTECTED] wrote: > Hi, > i am working with jsp .. > i wanna help regarding how to import or how to call python modules to > jsp
You are aware that JSP's are a Java technology, and not Python. And that they are a templating language in themselves. And that scriptlets (Java code inside of a JSP) have not been regarded as good practice for years now, and that would be the only way of getting Python code inside a JSP (using an ugly hack such as creating a Jython engine and writing the python as strings to be eval'ed) So what is it that you are trying to do exactly here? -- Ant. -- http://mail.python.org/mailman/listinfo/python-list