Please try adding the Dependencies directory to the sys.path. You can do it
like this:
sys.path.append('path/to/Dependencies')
On Tue, Apr 4, 2017, 07:52 Petri Alapiessa
wrote:
> Hi,
>
> My company uses .NET and has libraries to application interface. I would
> like to use python to invoke appl
Hi,
My company uses .NET and has libraries to application interface. I would like
to use python to invoke application functions. A prerequisite is that I can
load .NET DLL that interacts with that application.
But I am stuck here, Ironpython cannot load one of the dependent DLL's or it's
depende
Hi list,
I am trying to get an IronPython.Compiler.Ast.PythonAst from a c#
string containing some python code. How do I go about doing this in
c#?
My understanding is that I first have to create a parser using
IronPython.Compiler.Parser.CreateParser() and then parse the code to
get a PythonAst.