From: Elisabeth u. A. H. <e.h...@ed...> - 2001-01-23 02:08:46
|
> [Ype on the pairing of Jython and CPython through JNI] > I like this idea, too. However, I don't like the solution of loading python.dll and then having CPython do the work for the imported module. Instead, I propose a C-Java-brigde via JNI in both directions: For Jython as suggested. For the C-extension module providing wrappers for the functions declared in python.h that delegate the work back to Jython via JNI (using proxies for allocated objects). This should also solve the callback and subclassing problems. Regards, Andreas |