python - How to import json and urllib on jsp files -


hi (sorry poor english langages)

i want create .jsp files call python script (the python script makes update on cache geographic information system, , script works when use python idle)

but when call jsp pages, not work.

error send me :

can't import json, urllib2 etc... etc...

please me.

edit 1

i have 1 jsp page :

<%@ page import="org.python.core.*" %>  <%@ page import="org.python.core.pyinteger" %>  <%@ page import="org.python.core.pyobject" %>  <%@ page import="org.python.util.*" %>  <%@ page import="java.io.*" %>  <%@ page import="javax.script.*" %>  <%@ page import="java.lang.object" %>  <pre> 


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -