IronPython
IronPython: import random fails in IronPython Interactive
This fails in IronPython Interactive inside Visual Studio 2010: » import random Traceback (most recent call last):[详细]
2023-03-07 07:40 分类:问答Getting and storing methods of a python class
First of all I am new to python and a bit rusty on .NET so bear with me if this sounds too obvious. Assuming the following python classes;[详细]
2023-03-05 11:34 分类:问答How would I go about compiling IronPython for use in a .NET 3.5 project?
The website says it is for .NET 4.0 but that I could compile it for use with 3.5,开发者_StackOverflow however that is ALL it says on the topic as far as I can tell.[详细]
2023-03-05 09:27 分类:问答Embedding IronPython in C#
I am just looking into using IronPython with C# and cannot seem to find any great documentation for what I need.Basically I a开发者_运维百科m trying to call methods from a .py file into a C# program.[详细]
2023-03-05 04:31 分类:问答Scripting Engine development for newbies
I am developing an ASP.NET application that takes stock price historical data from an external data source like Yahoo.[详细]
2023-03-04 04:02 分类:问答Call Word.SaveAs method from IronPython
I used to manipulate Word from C# and now I test it with IronPython. Here is my code : import clr clr.AddReference(\'System\')[详细]
2023-03-03 03:03 分类:问答Iron python is not accepting characters like _,`,:
Hi I ve a script in iron python where a variable mite contain special characters. Ex name- megha_lohit[详细]
2023-02-28 21:46 分类:问答Is there a unicodedata module for IronPython?
I\'m trying to get the generic sample code for the selenium2 Sauce OnDemand service working with IronPython, for some test work I\'m doing, and I\'ve run into a problem I can\'t quite figure out.[详细]
2023-02-28 12:20 分类:问答IronPython IDE for Ubuntu and Linux
I\'ve been searching for an IDE开发者_C百科 with code completion (intellisence) for IronPython on Linux systems (typically Ubuntu).[详细]
2023-02-26 03:51 分类:问答Using IronPython so I can test normal Python scripts in .net
We are mostly a .NET shop and want to cover everything with the Fitness acceptance testing framework. Recently we had to write a couple of scripts for unix and we used python. Now the suggestion has b[详细]
2023-02-25 08:20 分类:问答