From: <bc...@wo...> - 2001-08-10 06:07:12
|
[Peter Brinkmann] >I installed jython-2.1a3 in order to get the bug fix for the os package. >The package os works fine now, but I've discovered a new problem, this >time related to jythonc 2.1a3. > >[...] 1 ././pbj/jpy/GUIFactory.java:731: Superclass pbj.jpy.pbj.jpy.GUIFactory.QDialog of nested class pbj.jpy.GUIFactory. TDialog not found. > public static class TDialog extends pbj.jpy.pbj.jpy.GUIFactory.QDialog implements org.python.core.PyProxy, org.python.core.ClassDictInit { > ^ > Note: 4 files use or override a deprecated API. Recompile with "-deprecation" for details. > 1 error, 1 warning > > ERROR DURING JAVA COMPILATION... EXITING > >The problem is the line 'TDialog extends pbj.jpy.pbj.jpy.GUIFactory.QDialog'. >I haven't tried to reproduce the problem with a small amount of code. Please try to make an example. And add a bug report about it. >For the time being I've fixed it by simply reverting to jython-2.0. Thats ok. The alpha and betas are mainly meant for testing. regards, finn |