I have a python script, and I need to call an external .net dll that has a series statistical functions to finish processing my assessment. Is it possible to call a .NET dll from python or modelbuilder, and how would you do it? The dll has no UI classes, just straight processing code. Any help or suggestion would help.
Steve