|
From: <sp...@is...> - 2001-11-23 09:50:06
|
Hi all, I have already sent some mail, but sadly got no answer... There is a=20 really strange problem that I have to solve very quickly: I want to=20 extend a class that I have written, which is=20 net.sourceforge.spedit.ui.AttributesDisplay. To do so I import the=20 net.sourceforge.spedit.ui package. When I do a dir(net.sourceforge.spedit.ui) it lists me AttributesDisplay=20= and the other classes which are in the package. The problem occurs when=20= it comes to accessing this class. When I do a print=20 net.sourceforge.spedit.ui. AttributesDisplay jython says=20 "AttributeError: java package 'net.sourceforge.spedit.ui' has no=20 attribute 'AttributesDisplay'" which is obviously false. I don't understand what is happening... Please help, -- S=E9bastien. PS: I'm using jython2.1a3 |