[Ironpython-users] IronPython 2.7.3 with .NET 4.5

2013-01-11 Thread Piotr Nestorow
Hi Are there any known problems/issues when using IronPython 2.7.3 on a Windows system with .NET 4.5 ? Best Regards Piotr ___ Ironpython-users mailing list Ironpython-users@python.org http://mail.python.org/mailman/listinfo/ironpython-users

[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