python - Changing Path windows for nmap -
code:
import nmap nscan = nmap.portscanner()
error: 'nmap program not found in path. path : c:\python27'
i changed path in environmental variables , program still unable find it. suggestions?
- language python
- os windows 7
Comments
Post a Comment