Put everything into a class and call all the python stuff from there. 

Andi..

On Jun 29, 2011, at 18:18, Bill Janssen <jans...@parc.com> wrote:

> I'm building a Java wrapper for the Python regex module, and I'd like to
> be able to call the module function "escape" from Java.  It takes a
> string and returns a string.  But I don't see how I can do that given
> the current PythonVM?  Some trick with module instantiation, perhaps?
> Or does the API need to be expanded to make this work?
> 
> Bill

Reply via email to