Hi, everybody,
I just ran into a problem of running existing c-python code(python 2.5.4) from jython(version 2.5b3). Here I am trying to share the work around I find out.
The idea is to make jython read pickle from c-python. My c-python code reads in a xml into a class, in which I pickle the class. Then I load the class in jython, in which I can access all the data.
Hope this can be helpful for people meeting similar problems. It is not common.
Best wishes
Wei