-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
Hi. I saw some people create issue with python.
As most of distros changed default installed python version to 3
suggest to migrate to python3 or for now change header of /usr/bin/zenmap
#!/usr/bin/env python to #!/usr/bin/env python2
Describe the bug
except ImportError, e:
^^^^^^^^^^^^^^
SyntaxError: multiple exception types must be parenthesized
To Reproduce
After fresh installation of fedora 35. install nmap and run.
- Output of
nmap --version: 7.92-1
Reactions are currently unavailable