I\'m having terrible trouble trying to understand ironpython scoping rules. With the following script:
I am trying to use a COM object by IronPython in a browser. I have tried the following code in ipy.exe and it works fine:
Is there a built-in way to do this, or do i have to revert to using System.IO ? ie:I want to define and save this class while usi开发者_开发百科ng the IronPython console.
I am doing some experiments with IronPython 2.6.1 and the clr.CompileModules function to compile my large scripts into assemblies. Testing has shown good cold start performance performance improvement
I\'m about to undertake a .NET project: We need to create a create a program that utilize some existing C# code, and I\'m hoping to use IronPython. (I\'m an experienced Python programmer, but a bit of
I\'m intending to create a web service which performs a large number of manually-specified calculations as fast as possible, and have been exploring the use of DLR.
I have a RESTful C# web service (using Open Rasta) that I want to run IronPython scripts that talk to a CouchDB.
I\'m trying to call ReportViewer.ServerReport.Render similar to what we did in VB.NET or C# this way,
I\'ve looked through the existing threads on IronPython and IDEs without finding an answer. If I don\'t need to support Python 3, is there a practical way to do IronPython development fully inside th
I\'m currently hosting IronPython in a .NET 2.0 application. I want to create a class (in C#) whose instances can be \"ex开发者_StackOverflow社区tended\" by plugin instances. That means, each member