Re: Communication between JAVA and python

2005-02-24 Thread Ulrich Schaefer
Jacques Daussy wrote: Hello How can I transfert information between a JAVA application and a python script application. I can't use jython because, I must use python interpreter.I think to socket or semaphore, but can I use it on Windows plateform ? Try XML-RPC (a simple implementation of remot

Re: Communication between JAVA and python

2005-02-23 Thread Steve Menard
Jacques Daussy wrote: Hello How can I transfert information between a JAVA application and a python script application. I can't use jython because, I must use python interpreter.I think to socket or semaphore, but can I use it on Windows plateform ? thanks a lot jack Well, it all depends on

Re: Communication between JAVA and python

2005-02-23 Thread Kent Johnson
Jacques Daussy wrote: Hello How can I transfert information between a JAVA application and a python script application. I can't use jython because, I must use python interpreter.I think to socket or semaphore, but can I use it on Windows plateform ? Jython has an interpreter and Windows has sock

Communication between JAVA and python

2005-02-23 Thread Jacques Daussy
Hello How can I transfert information between a JAVA application and a python script application. I can't use jython because, I must use python interpreter.I think to socket or semaphore, but can I use it on Windows plateform ? thanks a lot jack -- http://mail.python.org/mailman/listinfo/p