Hi.
I'm using Jython in combination with Java, webservices and jboss4.0.4.
The webservice is implemented in java and creates an PythonInterpreter
object which loads the jython scripts.
I wrote an jython script which uses a function from another jython
file called library.py.
So, i wrote:
servic
Hi,
I'm using Jython in combination with java.
I wrote a jython skript, which calls a function from another jython
module called library.py.
So, executing the function genData() in skript .py runs without
problem but if I execute the same function again, the data from the
first run is stored som
works perfect ... thanks a lot!
--
http://mail.python.org/mailman/listinfo/python-list
Thats it ...
Additionally I had to set the python path with sys.path.append to the
Lib folder .. and now it works perfect.
thanks a lot
Simon
--
http://mail.python.org/mailman/listinfo/python-list