Hey guys,
** **
I've been trying to use IronPython as a scripting solution in a project I
am working on. I am using clrtype.py from the clrtype sample to expose
attributes on methods into c# so I can use reflection to register them with
my application. The first time the script runs, everythi
te:
> On Tue, Oct 30, 2012 at 8:13 PM, Jared Whitby wrote:
>> Hey guys,
>>
>> I've been trying to use IronPython as a scripting solution in a project I am
>> working on. I am using clrtype.py from the clrtype sample to expose
>> attributes on methods into c# so I