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

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -