The dll needs to be on the Python path (sys.path). You can either add to
the path with sys.path.append("c:\") or put your dll in a folder in
the Python site-packages directory and add a .pth file (for Python.NET,
but not IronPython
-- it doesn't recognise the .pth files).
Regards,
Craig.
Hello Everybody
I am trying to import dll with clr.AddReference("TCdll")
I am getting the following error.
Traceback (most recent call last):
File "", line 1, in
clr.AddReference("TCdll")
FileNotFoundException: Unable to find assembly 'TCdll'.
at Python.Runtime.CLRModule.AddReference(St