|
From: Titus B. <ti...@ca...> - 2001-07-16 15:55:50
|
-> In my situation, I can't use Xerces because it has a problem with the stuff -> coming out of the SOAP server that I have no control of... -> -> I'm talking about the d:\python21\lib\xml\sax -> -> My program does: -> import xml.sax -> -> or -> -> import xml -> from xml.sax -> -> both works from python, but when i try jythonc on it, even with --deep, it -> won't pick up and build the xml.sax modules. Oh! I see. The hazards of multilingual work ;). Do both work from _jython_? --t |