Message120
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.
|
|
Date |
User |
Action |
Args |
2008-02-20 17:16:41 | admin | link | issue222837 messages |
2008-02-20 17:16:41 | admin | create | |
|