0

1.) I am using vb.net and c# and I just heard about IronPython. Can I use IronPython to access regular Python Standard libraries like nmap etc.?

2.) Can anyone give me an example of using nmap library in vb.net or c# by invoking nmap libray from IronPython?

1 Answers1

0

Look for other examples on how to instantiate the engine and run script.

But for accessing existing CPython packages you have installed you want to access the SearchPaths.

IronPython ScriptRuntime equivalent to CPython PYTHONPATH

Community
  • 1
  • 1
cbuteau
  • 736
  • 1
  • 7
  • 15