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