how to call java methods in python

masood shaik masood.524 at gmail.com
Tue Oct 4 02:39:15 EDT 2011


Hi

    I am trying to import java method in python. But i am getting the
following error.


    error: ImportError: No module named Calculator


Calculator is the name of the class written in java. I am trying to
access the methods of that class.

Please help me.








More information about the Python-list mailing list