|
From: Richard C. <rp...@pr...> - 2002-01-25 13:19:13
|
is a workround just to omit the interface, ie class OK3(javax.swing.JPanel): ... if you want access from java, does jythonc produce what you want if you define class OK4(OK3, Test): ..., ie use OK3 from jython, OK4 from java? -----Original Message----- From: jyt...@li... [mailto:jyt...@li...]On Behalf Of Samuele Pedroni Sent: 24 January 2002 18:55 To: jyt...@li...; Michael Haggerty Subject: Re: [Jython-dev] Jython can't find method implementation > Hi, > > I reported this bug to the bug tracker a few days ago, but it doesn't > seem to get much activity so I hope you don't mind my reposting it > here. > Sorry, I have tried to find a possible workaround without success. It's a pity that such a bug has gone unnoticed until now :(. I don't think we will solve it very quickly. Thanks for the bug report, Samuele Pedroni. _______________________________________________ Jython-dev mailing list Jyt...@li... https://lists.sourceforge.net/lists/listinfo/jython-dev |