From: Robert W. B. <rb...@vi...> - 2002-01-11 19:03:51
|
On Fri, 11 Jan 2002, Sean McGrath wrote: >I can compile a java app that, say, imports javax.xml.transform but >cannot get jython to see the package. jython can see certain other >parts of javax such as servlet, swing but not the xml parts. Does sys.add_package("javax.xml.transform") help? |