I am trying to run unit tests in Pydev using IronPython. When开发者_运维知识库 I try to run a test with Ctrl+F9 the following error message shows up in the Eclipse console window:
I\'ve downloaded Python Memory Validator and am trying to install Heapy to try to get a profile for my ironpython application.
I have a python library I am trying to use via IronPython (v2.7 RC1 [2.7.0.30]) invocation from C# application. The library uses NumPy and SciPy quite extensively, which does work with SciPy and NumPy
Has anyone successfully gotten IronPython running without issues in a web environment? I am running into some issues.
In an C#-4.0 application, I have a Dictionary of strongly typed ILists having the same length - a dynamically strongly typed column based table.
I get a warning in Visual Studio when I reference the latest version of Microsoft.Scripting (the one included with IronPython).
The examples shown in the IronPython sample scripts show the ability to use DynamicWebServiceHelpers.dll as so:
I am getting started with developing an Excel-DNA addin using IronPython with some C# as a wrapper for the calls to IronPython.With the generous help of the Excel-DNA developer, I have worked through
I hope some of you can help me here as I am at my wits end with this one.It seems like I can add instancemethod delegates but note remove them.The object开发者_开发技巧 reference to the delegate is th
This is a really nebulous error that I can\'t seem to get a lot of context for so p开发者_如何学运维lease ask any questions that might help clarify. I\'ll try to give you as much context as I can.