Re: Jython - problem import os

2007-08-14 Thread nmin
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

Re: Jython - variables are stored somehow

2007-08-14 Thread nmin
works perfect ... thanks a lot! -- http://mail.python.org/mailman/listinfo/python-list

Jython - variables are stored somehow

2007-08-09 Thread nmin
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

Jython - problem import os

2007-08-08 Thread nmin
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