mirror of
https://github.com/nmap/nmap.git
synced 2026-09-21 15:46:45 +00:00
Python 3 str() is a unicode already, so can't be decoded. subprocess.Popen needs to be in text mode (universal_newlines is the oldest compatible kwarg for this) in order to do line-based buffering. In general, all the filesystem encoding stuff we were doing is done by Python itself now. |
||
|---|---|---|
| .. | ||
| bestwidgets | ||
| core | ||
| gui | ||
| share/sample | ||
| util | ||
| __init__.py | ||
| CHANGELOG | ||
| radialnet.pyw | ||
| README | ||
To start the application you may just double-click the radialnet.py file or
start it with the following command:
$ python radialnet.py
To view command line list of arguments type '--help':
$ python radialnet.py --help
Att, João Medeiros <ignotus21@gmail.com>.