jython 2 cpython bridge

tertius tertius at localhost
Mon May 24 16:37:25 EDT 2004


Randall Smith wrote:
> I would like to use a type 4 JDBC driver in my Python program.  I 
> believe I can use in with Jython.  Do you know of some way to 
> communicate between the Jython and Python processes so that the CPython 
> program can use the Jython JDBC database connection?
> 
> Randall

Write the application using Jython. Then use SimpleXMLRPCServer on the 
   Jython side to register the necessary functions for an XML-RPC client 
written in Python.

HTH
T



More information about the Python-list mailing list