Message120

Author bckfnn
Recipients
Date 2000-11-18.19:29:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I use jpython with javax.swing packages.  I am running the application fine. 
When I use jpythonc to convert things to java I see that java.swing.* viz.
JFrame and stuff giving NameError.  Few packages like javax.swing.text.html.*
and javax.swing.event.* are no problem.  In the jpy$packages array I see entries
for javax.swing.text.html.* and alike but none for javax.swing.

I could work out by using fully qualified class name for javax.swing classes but
would like that it gets fixed.

from javax.swing import *

this statment does not get accounted in required packages while using jpythonc.

I check out egroups for similar problems and there were some but quite did not
get decent fix.
History
Date User Action Args
2008-02-20 17:16:41adminlinkissue222837 messages
2008-02-20 17:16:41admincreate