Re: [Ironpython-users] Using Autofac with IronPython

2012-12-18 Thread Jeff Hardy
I've never heard of anyone trying to use it before. You might have to try it out and let us know if you run into difficulty. - Jeff On Tue, Dec 18, 2012 at 5:36 AM, Piotr Nestorow wrote: > Hi > > Is it possible to use Autofac in IronPython scripts? > More exactly: Is it possible to use Autofac t

[Ironpython-users] Using Autofac with IronPython

2012-12-18 Thread Piotr Nestorow
Hi Is it possible to use Autofac in IronPython scripts? More exactly: Is it possible to use Autofac to find and register component types in an assembly and then use the components in the Python script? Example code: import clr clr.AddReference('Autofac') import System import Autofac clr.Im