Nmap Development mailing list archives

Re: SAXReaderNotAvailable: No parsers found


From: Daniel Miller <bonsaiviking () gmail com>
Date: Mon, 12 Sep 2016 14:04:40 -0500

Denis,

Thanks for the bug report. Zenmap uses the default set of SAX parsers that
comes with Python to perform this function, and it looks like there was a
problem importing them. Usually, this will be provided as
xml.sax.expatreader, so can you provide the output of this Python code?

from xml.sax import expatreader
print expatreader

Thanks,
Dan

On Sat, Sep 10, 2016 at 11:06 AM, E L L I P S Y S (Denis Gillain) <
denis.gillain () ellipsys fr> wrote:

crash while running on debian testing....


Version: 7.12
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/zenmapGUI/ScanInterface.py",
line 601, in verify_execution
    self.load_from_command(scan)
  File "/usr/lib/python2.7/dist-packages/zenmapGUI/ScanInterface.py",
line 615, in load_from_command
    parsed = NmapParser()
  File "/usr/lib/python2.7/dist-packages/zenmapCore/NmapParser.py", line
1382, in nmap_parser_sax
    parser = make_parser()
  File "/usr/lib/python2.7/xml/sax/__init__.py", line 93, in make_parser
    raise SAXReaderNotAvailable("No parsers found", None)
SAXReaderNotAvailable: No parsers found

-------------------------

Cordialement, Denis Gillain, http://www.ellipsys.fr
__________________________________________________

E      L      L      I      P      S      Y      S

+33 (0) 1 42 36 37 19 -  denis.gillain () ellipsys fr
__________________________________________________

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

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

Current thread: