This fails in IronPython Interactive inside Visual Studio 2010: » import random Traceback (most recent call last):
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;
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.
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.
I am developing an ASP.NET application that takes stock price historical data from an external data source like Yahoo.
I used to manipulate Word from C# and now I test it with IronPython. Here is my code : import clr clr.AddReference(\'System\')
Hi I ve a script in iron python where a variable mite contain special characters. Ex name- megha_lohit
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.
I\'ve been searching for an IDE开发者_C百科 with code completion (intellisence) for IronPython on Linux systems (typically Ubuntu).
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