From: Peter B. <bri...@ma...> - 2001-08-14 08:33:51
|
Hi! I'm afraid I've run into another problem related to jythonc. When compiling a rather large project, jythonc quit after javac reported the following error: -------------------------------------------------------------------------- Compiling .java to .class... ... 1 ./jpywork/small.java:183: Variable 'jpy$packages' is inherited in nested class small. newgui, and hides a variable of the same name in class small. An explicit 'this' qualifier must be used to select the desired instance. Py.initProxy(this, "small", "newgui", new Object[] {}, jpy$packages, jpy$properties, "", new String[] {"PowerFrame", "string", "small", "MenuMaker", "Default", "GUIFactory", "Config", "ImageCanvas"}); ^ ... Note: 2 files use or override a deprecated API. Recompile with "-deprecation" for details. 4 errors, 1 warning ERROR DURING JAVA COMPILATION... EXITING -------------------------------------------------------------------------- Has anyone noticed this kind of problem before? I can try to reproduce the problem with a small amount of code, but before I do that, I'd like to make sure that this one is new. Best, Peter |