IronPython
IronPython Microsoft.Scripting Exception
I am trying to run IronPython code with c#. I created a simple console application (.net 4) and added IronPython.dll , IronPython.Modules.dll and Microsoft.Scripting and wrote the next code -[详细]
2023-02-15 19:27 分类:问答Looking for free way to develop Excel add-ins using IronPython? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is 开发者_开发技巧not currently accepting answers.[详细]
2023-02-14 21:38 分类:问答Reproduce PIPE functionality in IronPython
I am hoping some genious out there can help me out with this... I am using sox to merge and resample a group of WAV files, and pipe the output directly to the input of NeroAACEnc for encoding to AAC[详细]
2023-02-14 18:56 分类:问答Get CodeExpression from string of python using IronPython?
I\'m trying to get a CodeExpression from a string of python.It seems possible since some of the DLR docs mention CodeDom classes but I haven\'t been able to find any examples or better docs.Any insigh[详细]
2023-02-14 11:01 分类:问答trouble with relative imports
EDIT: is from __future__ import absolute_import available in IronPython? I just realized, though everything I\'m using is only python, the project as a whole is in IronPython.[详细]
2023-02-13 16:26 分类:问答how to match 2 arrays ironpython or c# [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: How to match two arrays[详细]
2023-02-12 14:44 分类:问答How to match two arrays
I have two arrays A = [a, b, c, d] and B = [a1, a2, b1, b2, b3, c1, c2, c3, d1, d2, d3, d4] I want to match between the two arrays.[详细]
2023-02-12 10:45 分类:问答asp.net in IronPython, speed execution of code, first time vs second time differences
I\'m observing this behavior, when I run the same code for the second time with different parameters in webforms with IronPython,[详细]
2023-02-11 16:33 分类:问答Updating a binding that is bound to object[property] (Binding.IndexerName weirdness)
This emerged from my related question. I currently have the following binding: myBinding = Binding(\"[foo]\")[详细]
2023-02-11 06:20 分类:问答.NET DLR safe or sandboxed script
I am using the DLR within a small part of a larger C# project, IronPython being the language in question.[详细]
2023-02-11 04:17 分类:问答