[IronPython] v1.1 IronPython.CodeDom.PythonProvider

Owen Sigurdson Owen.Sigurdson at cmgl.ca
Wed Nov 25 16:22:37 CET 2009


I am attempting to upgrade a component from iron python 1.1 to 2.6 that
was previously using the PythonProvider to compile python code into a
.NET assembly.  It looks like this is no longer present in 2.6.  Is this
correct?  Are their any plans to resurrect it?  The biggest difficulty I
am facing is not that we require the code to be compiled in an assembly
but that reflection used to return methods in an python class.  Now
reflecting on a python class (that subclasses a given .NET class) only
returns the .NET class members.

 

Thanks,

Owen

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20091125/ffaf3dc1/attachment.html>


More information about the Ironpython-users mailing list