From: <bc...@wo...> - 2001-05-28 19:38:44
|
[neo] >I have a class that extends InteractiveConsole. >I'm using it to pass administrative commands >to my Java codebase. > >Everything works great except this: > >I get - >'import exceptions' failed; using string-based exceptions > >this message even though my command does get >passed to my admin framework. > >How do I suppress the above ?? any ideas ?? This message only occur with JPython-1.1. The problem have been fixed in Jython-2.0. regards, finn |