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
[EMAIL PROTECTED] wrote:
> 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
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