From: Samuele P. <ped...@bl...> - 2002-01-25 11:53:16
|
Hi. Please, submit a bug report on SF sf.net/projects/jython, with the content of your messages. > If the pawt package is imported the error occurs. If the statement is commented > out, the applet works... > Then don't use pawt for the moment <wink>. > Is it perhaps related to the comment in org/python/core/imp.java, line 31: > // Simplistic implementation > // Some InputStream's might require multiple read's to get it all... > private static byte[] readBytes(InputStream fp) { > ? > Nope. It's a bug in some 3rdy part classloader loading logic that throws a wrong expection when it should simply report that a class is not there. It is not directly Jython fault but Jython should be better prepared to deal with this or offer escapes. It is also possible that the new logic for relative imports in Jython makes it more vulnerable. We had a similar report from A.M. Kuchling, but we miss a bug report <wink>. Thanks, Samuele Pedroni. |