] Ironpython cannot load .Net DLL
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
mailto:[email protected]>> wrote:
Hi,
My company uses .NET and
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