Nmap Development mailing list archives

Re: Crash Report


From: Zafer AKTAN <zafer.aktan () rolands com>
Date: Thu, 1 Jun 2017 14:13:28 -0700

Traceback (most recent call last):
  File "./zcheckParser.py", line 6, in <module>
    r = __import__(p, {}, {}, ["create_parser"])
  File "/usr/lib/python2.7/xml/sax/expatreader.py", line 24, in <module>
    raise SAXReaderNotAvailable("expat not supported", None)
xml.sax._exceptions.SAXReaderNotAvailable: expat not supported


On 06/01/2017 08:32 AM, Daniel Miller wrote:
import xml.sax
for p in xml.sax.default_parser_list:
    print p
    r = __import__(p, {}, {}, ["create_parser"])
    print repr(r.create_parser())

-- 
Zafer AKTAN
ROLANDS & ASSOCIATES, Corporation
120 Del Rey Gardens Drive
Del Rey Oaks, CA 93940
831.373.2025
Fax 831.373.2841

_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: