Message6935

Author amak
Recipients amak, kwatford
Date 2012-03-20.21:21:12
SpamBayes Score 0.0005404636
Marked as misclassified No
Message-id <1332278472.28.0.0960854105183.issue1537@psf.upfronthosting.co.za>
In-reply-to
Content
Also, can you change the import in expat.py to read as follows, so if we can see if the try ... except ImportError is failing.

try:
    raise ImportError # <--- add this
    # Name mangled by jarjar?
    import org.python.apache.xerces.parsers.SAXParser
    _xerces_parser = "org.python.apache.xerces.parsers.SAXParser"
except ImportError:
    _xerces_parser = "org.apache.xerces.parsers.SAXParser"
History
Date User Action Args
2012-03-20 21:21:12amaksetmessageid: <1332278472.28.0.0960854105183.issue1537@psf.upfronthosting.co.za>
2012-03-20 21:21:12amaksetrecipients: + amak, kwatford
2012-03-20 21:21:12amaklinkissue1537 messages
2012-03-20 21:21:12amakcreate