Nmap Development mailing list archives
Re: Crash on oracle Linux server
From: Daniel Miller <bonsaiviking () gmail com>
Date: Mon, 25 Aug 2014 09:45:48 -0500
Thank you for this bug report! Can you help us diagnose the problem? Please
provide the output of the following python script:
import xml.sax
for p in xml.sax.default_parser_list:
print p
r = __import__(p, {}, {}, ["create_parser"])
print repr(r.create_parser())
It also looks like you have a problem with having both Python 2.4 and
Python 2.7 installed. You may want to force Zenmap to use the Python 2.7
interpreter by editing the first line of the installed zenmap script
(/usr/local/bin/zenmap or similar) from this:
#!/usr/bin/python
to this:
#!/usr/bin/python2.7
Please let us know if this works for you, so we can help other users that
may have similar problems.
Dan
On Fri, Aug 22, 2014 at 4:38 AM, Von Oluwo <lordvon () gmail com> wrote:
Version: 6.46
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/zenmapGUI/ScanInterface.py", line
597, in verify_execution
self.load_from_command(scan)
File "/usr/lib/python2.4/site-packages/zenmapGUI/ScanInterface.py", line
611, in load_from_command
parsed = NmapParser()
File "/usr/lib/python2.4/site-packages/zenmapCore/NmapParser.py", line
1362, in nmap_parser_sax
parser = make_parser()
File "/usr/lib64/python2.7/xml/sax/__init__.py", line 93, in make_parser
raise SAXReaderNotAvailable("No parsers found", None)
SAXReaderNotAvailable: No parsers found
_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/
_______________________________________________ Sent through the dev mailing list http://nmap.org/mailman/listinfo/dev Archived at http://seclists.org/nmap-dev/
Current thread:
- Crash on oracle Linux server Von Oluwo (Aug 24)
- Re: Crash on oracle Linux server Daniel Miller (Aug 25)
