0

hi all from where will i find these dll's

IronPython.dll
IronPython.Modules.dll
Microsoft.Scripting.dll
Microsoft.Scripting.Core.dll

is there any link to download these dll

regards

zengr
  • 38,346
  • 37
  • 130
  • 192
syed raza
  • 51
  • 1
  • 2
  • 6

2 Answers2

1

Look into: C:\Program Files (x86)\IronPython <version>\Lib folder. Just reference all the DLLs in the ironpython folder. It should work.

For Microsoft.Scripting.Core.dll, see this SO thread

Community
  • 1
  • 1
zengr
  • 38,346
  • 37
  • 130
  • 192
0

A Quick google for "IronPython" should get you to their page, you can also access their git repository here , there the easiest option to get the DLL files is download the zip version, inside you will see all the DLL files ready to copy and paste to wherever you need.

They also have a nugget package and some commands, you can check it here

pau Fer
  • 130
  • 7