Message6935
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" |
|
Date |
User |
Action |
Args |
2012-03-20 21:21:12 | amak | set | messageid: <1332278472.28.0.0960854105183.issue1537@psf.upfronthosting.co.za> |
2012-03-20 21:21:12 | amak | set | recipients:
+ amak, kwatford |
2012-03-20 21:21:12 | amak | link | issue1537 messages |
2012-03-20 21:21:12 | amak | create | |
|