From: Garcia, M. <mg...@Bu...> - 2001-01-08 17:38:02
|
I am trying to call a protected method in the java.util.Calendar class and am getting: >>> l = cal.getTimeInMillis() Traceback (innermost last): File "<console>", line 1, in ? AttributeError: getTimeInMillis Why am I getting this AttributeError? I suspect that it has to do with python.security.respectJavaAccessibility = true. Do I have to set it to false to get this to work or am I missing something so that I can leave respectJavaAccessibility set to true? thank you, Mick |