IronPython
Running unit tests in Pydev
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:[详细]
2023-02-25 01:20 分类:问答memory profiler for ironpython
I\'ve downloaded Python Memory Validator and am trying to install Heapy to try to get a profile for my ironpython application.[详细]
2023-02-24 11:21 分类:问答IronPython invocation from C# (with SciPy) fails with ImportException: "No module named mtrand"
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[详细]
2023-02-21 09:47 分类:问答Problems with IronPython memory leaks in web application
Has anyone successfully gotten IronPython running without issues in a web environment? I am running into some issues.[详细]
2023-02-20 02:37 分类:问答Performance of Mass-Evaluating Expressions in IronPython
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.[详细]
2023-02-19 04:51 分类:问答Is it possible to use IronPython and IronRuby side by side in the same Application?
I get a warning in Visual Studio when I reference the latest version of Microsoft.Scripting (the one included with IronPython).[详细]
2023-02-18 00:53 分类:问答IronPython - DynamicWebServiceHelpers.dll in linux?
The examples shown in the IronPython sample scripts show the ability to use DynamicWebServiceHelpers.dll as so:[详细]
2023-02-17 18:19 分类:问答IronPython Excel-Dna Add-In - Exception regarding Microsoft.Dynamic reference
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[详细]
2023-02-17 00:16 分类:问答IronPython instancemethods cannot be removed from CLR delegate
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[详细]
2023-02-16 21:56 分类:问答SystemError: The connection has been disabled
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.[详细]
2023-02-16 15:12 分类:问答