From: Frank C. <fr...@ms...> - 2000-12-15 03:39:04
|
Ah! I was wrong again! I put test.py in a wrong place. Nothing wrong! Sorry for these things! > > > > So, how can I use execfile() method? > > PythonInterpreter interp = new PythonInterpreter(); > ........ > interp.execfile("test.py"); > > I cannot run it in the JSP framework, but it is normal in ordinary Java > code. > > Frank chen > |