On Thu, Jun 2, 2011 at 2:54 AM, loial <jldunn2...@gmail.com> wrote:
> I need to pass some sort of array or hashmap from Java and read the
> data in a python script (which will be called by the java class). Is
> there any neater way  to do this other than just passing strings?

Jython?: http://www.jython.org/

Or depending on how you define "just passing strings", JSON:
http://json.org/
http://docs.python.org/library/json.html

Cheers,
Chris
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to