IronPython
Why doesn't id()'s result on IronPython equal to id()'s result on Python?
I really confuse that a behavior of id() function on IronPython who differ from Python. Let me show you the following code,[详细]
2023-04-12 21:58 分类:问答Is IronPython + XNA a serious contender for game development?
I do enjoy the other multimedia libraries for Python, however I am curious if IronPython and XNA could be a contender for game development. Is there any reason why you don\'t hear of this too often?[详细]
2023-04-12 20:34 分类:问答IronPython 3 compatibility
I love the Python language and mainly use the standard CPython 3.+ version for simple scripting and as an algorithm sandbox. Sometimes I need .NET intergration, so I use IronPython which is now in 2.7[详细]
2023-04-12 13:12 分类:问答IronPython imports modules sometimes but not others
The short version is that this doesn\'t appear to be a code problem (though if anyone has a programmatic workaround that lets me keep the design structure, that would work too). When I try to import a[详细]
2023-04-11 05:27 分类:问答ironpython: any way to distinguish my methods from inherited methods in c# defined class?
I have defined a class with a single function. For example: namespace my.namespace { public class MyClass[详细]
2023-04-06 12:46 分类:问答expat for IronPython 2.7.1 beta 2
I\'m trying t开发者_开发知识库o get NLTK working with IronPython 2.7.1. The installation works so far, but I tried some sample code and the expat module is missing. Any hint how to get that up and run[详细]
2023-04-06 10:51 分类:问答Passing an array from IronPython to C# library
I am trying to understand how to pass a multi-dimensional array of float from IronPython code to a C# library.[详细]
2023-04-05 09:25 分类:问答Calling a C# library from python
Anyone can share a working example on how to call a simple C# library (actually its WPF) from python code? (I have tried using IronPython and had too much trouble with unsupportedCPython library my py[详细]
2023-04-04 01:43 分类:问答Difference when executing IPy Script embedded or "stand-alone"?
as already written in my other post, I\'m currently writing an IDE/Debugger for IronPython. But now I came across another problem.[详细]
2023-04-03 05:27 分类:问答IronPython Excel RTDServer
How do you bu开发者_开发问答ild a Excel RTDServer in Python/IronPython. (IE I want to implement the IRTDServer interface in Python/IronPython. So I can push data into Excel in real time from Python/Ir[详细]
2023-04-03 03:19 分类:问答