IronPython users, Is there a way to call a Python function or method defined like: def func(**args): return args from C#? Currently, I'm using Mono with mcs -sdk:2 (aka, .NET 3.5) but if I need to upgrade to sdk:4 (.NET 4.0) I will. Thanks for any pointers, -Doug