Hello, Is there any option to suppress the JVM activity report that gets displayed, when you execute Java APIs from within Python using JPype.
E.g.,
JVM activity report :
classes loaded : 26
JVM has been shutdown
I know I can do it by re-directing the std err to NUL.
But is there any other option?
--
http://mail.python.org/mailman/listinfo/python-list
