[Ironpython-users] clrtype.py duplicate type name within an assembly

2012-10-31 Thread Jared Whitby
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

Re: [Ironpython-users] clrtype.py duplicate type name within an assembly

2012-10-31 Thread Jared Whitby
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