I have a script file(run_edr.py) in my local machine and when I run it by using "cmd" and the following command then the script works perfectly. The script take
I compiled a .dll file in ironpython, by using the following code: import clr clr.CompileModules('C:/example.dll', 'C:/example.py') It essentially compiles
This sort of question has been asked before in varying degrees, but I feel it has not been answered in a concise way and so I ask it again. I want to run a scr
I have some extension methods I defined in my C# class, which I can import just fine into an IronPython script. However, when I attempt to call one of these met