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
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