IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily.

learn more… | top users | synonyms

0
votes
1answer
69 views

IronPython.Modules.PythonSignal Throwing Exception when importing unittest module

Interesting case here: I'm using IronPython 2.7.3 on my home machine and at work. Import unittest works fine at home but not at work: Any idea what's going on? The odd thing is the fact I ...
0
votes
0answers
47 views

Forms in a Form

Is it possible to create a form which contains another forms in Ironpython? If yes how can I do that? I came to know from bit search it is not possible in HTML. My main form will look like this: ...
1
vote
2answers
138 views

How To Pass Command Line Arguments IronPython [duplicate]

Possible Duplicate: How can I pass command-line arguments in IronPython? I am new to ironpython and sharpdevelop and I am trying to run the following code, from sys import argv script, ...
0
votes
2answers
643 views

Cpython interpretter / IronPython interpretter No module named clr

i'm using IronPython and i want to create some windows form, i want to create a windows form with some button, and i want to do this in visual studio with iron python, i'm using visual studio 2012 ...
3
votes
1answer
176 views

Evaluation of trigonometric function in C# via IronPython

I've trying to evaluate some fluid mechanics related expressions using Python Engine from Iron-Python binaries. I've reached the following code: ScriptEngine engine = Python.CreateEngine(); ...
0
votes
0answers
278 views

VS2010 .NET Project + IronPython + nltk ImportException

PROBLEM I have a problem to import the nltk module into my .NET project. I installed IronPython 2.6 and can sucessfully import nltk in the Console. If I use my .NET Python-Tools Interactive Console ...
1
vote
1answer
71 views

DapperDotNet w/IronPython: How To Handle Returned Result Set?

Tried to throw a quick example together this morning but I ran into a road block. Everything works fine up to the point when I want to do something with the result set returned. Dapper is returning ...
0
votes
1answer
132 views

Referencing EPPlus .Net library in IronPython

I'm trying to use the EPPlus Dot Net library from IronPython to open and update an Excel spreadsheet, but I cannot establish a reference to the library. I'm not sure whether the problem is in my ...
0
votes
1answer
112 views

Ironpython 2.7.3 Visual Studio Missing Project

I have installed IronPython 2.7.3. I would see a IronPython project in the visual studio. I have visual studio 2010 professional. My problem is that. I do not see the Iron Project. Why, where is that? ...
1
vote
0answers
53 views

IronPython: AttributeError when calling `input()` with a parameter

While calling the input() function without parameters (x = input()) works fine, calling input() with a parameter (x = input("Type something")) results in the following error: AttributeError: ...
3
votes
1answer
555 views

Import Python Module through C# .NET using IronPython

I am trying to run a Python class through C# .NET using IronPython, a couple of the Modules imported by the Python class are: import collections import nltk.classify.util In order to import these ...
0
votes
1answer
52 views

Secure and protect classes or DLLs in .NET from being used in IronPython

I want to use ironpython inside my C# App, but I am afraid that it will cause a security issue, I don't want the end user to use all the available DLLs of my App, instead I want to provide custom ...
0
votes
1answer
47 views

Boxing to type in ironpython

Iv'e got a Messenger (MVVM Light Toolkit) registered to listen for ViewModelBase In Iron Python I'd like to send a ViewModel that I got, and box it as a ViewModelBase so that the messenger receives ...
0
votes
0answers
63 views

html input + ironpython (Silverlight)

I'm a programmer Peyton and I have now build a website I have no previous experience iמ jc or similar languages I understand that by Using ironpython i can get Python code to Integrate wihte html ...
0
votes
1answer
125 views

Easiest way to embed a piece of Python code in C# (Simpler than IronPython)

Basically I want to make a C#.NET application but also create full Python modules that can be called from C#. I was going with IronPython but I found out that I can't add libraries like BeautifulSoup ...
0
votes
0answers
39 views

How to refer to IronPython file in the IronPython project from the C# project in the same solution? (Using runtime.UseFile)

When I'm writing the path in runtime.UseFile(path), how will I determine the path? I want to keep the python code in a different project than C# and when I run it to debug the workingDirectory is ...
1
vote
1answer
453 views

Error when creating an IronPython project in VisualStudio; “Exception has been thrown by the target of an invocation.”

I have a solution which will have a GUI built in on C# and I want to create a IronPython project in the solution which will be called from the C# code but I can't even create it. I'm using the python ...
1
vote
1answer
615 views

Problems embedding IronPython in C# (Missing Compiler required member 'Microsoft.CSharp.RuntimeBinder.Binder.InvokeMember'

I'm trying to do a simple hello world to test out embedding IronPython within C# but can't seem to resolve this problem.. This is my C# file; using System; using IronPython.Hosting; using ...
1
vote
1answer
198 views

WinForms UI Automation: cannot find Ribon visible in VisualUIAVerify

Tried every listed option but cannot find Ribbon within a Pane control using White. Although VisualUIAVerify shows it in a tree. "window" "Test 0.0.1" "MainForm" |--"pane" "Dock Top" ...
2
votes
1answer
174 views

Referencing hosting assembly in (Iron)Python script fails

I’m currently testing IronPython (I know a bit C# and a bit CPython). Now I want to use my custom class in a Python script. I have the following project structure: Solution IPTest ---Project IPTest ...
1
vote
0answers
110 views

Calling IronPython usercontrol method from ASP.NET page

Im trying to call a method from an ascx user control in IronPython code from a C# aspx asp.net page. When I do a C# page to C# usercontrol method call I have no problem, the same when I do an ...
0
votes
1answer
103 views

Scrape data with Python from Silverlight application?

I'm curious is there a way from Python/IronPython to communicate with remote Silverlight application.What I'm looking for is a way to log into remote silverlight app and parse data, the way that Curl ...
0
votes
1answer
223 views

Python / IronPython Solution for Excel without Python installed

Is there a way to package an IronPython dll / xll so it can operate on a machine without explicitly installing the interpreter? By that I mean can I somehow package the interpreter inside the dll / ...
0
votes
1answer
118 views

How to figure out what windows forms modules to import in ironpython?

I am trying to copy some of the code from the example included in this page and modify it to run on iron python using some help from these tutorials. But I'm stuck as when stepping outside the ...
0
votes
0answers
134 views

calling a webmethod from IronPython

I'm trying to translate this sample for filling a Jquery widget from C# to IronPython. Not working the webmethod attribute, any idea how to call a webmethod from IronPython? using System; using ...
4
votes
3answers
4k views

IronPython in VisualStudio 2012

Is there support IronPython in VisualStudio 2012? I not found IronPython project in templates.
1
vote
0answers
145 views

Add event across AppDomain

Alright, so I have this python code _events.GameStart += method method(): DoStuff and on the c# side [SecuritySafeCritical] public class ScriptEvents: MarshalByRefObject { public event ...
4
votes
2answers
396 views

Why does Python (IronPython) report “Illegal characters in path” when the word bin is used?

I am getting an "Illegal characters in path" error when doing chdir commands in Iron Python. This is happening in run time with my code, but even in the Iron Python console it has this issue. I'm ...
1
vote
0answers
138 views

Feasability of choosing IronPython (.NET) as an embedded interpreter for a new C++ app [closed]

In order to benefit from the flexibility of scripting languages in UI design and file I/O , I want to embed an interpreter into a C++ based app. I have thought about embedding CPython, since it ...
0
votes
0answers
69 views

truncate option? [closed]

i've been looking and reading around for a truncate function. i actually have some data being read in a matrix and i need to truncate the first part and read the string until i reach a certain word to ...
0
votes
1answer
194 views

Run Python script from C# with command line params

I need to execute Python script from C# using IronPython and pass into it some command line parameters. Is there any way to do it? My sample code: var e = Python.CreateEngine(); var ...
0
votes
0answers
217 views

Installing NumPy for IronPython kills Visual Studio

I am using VS 2010, IronPython (2.7.3 (IronPython 2.7.3 (2.7.0.40) on .NET 4.0.30319.269 (32-bit))) and Python Tools for Visual Studio 1.5b1. I tried installing NumPy and SciPy for IronPython using ...
0
votes
1answer
96 views

datatable sorting in iron python?

I have a dtdtable in iron python dttable = handler.GetDataTable(); I tired to create a dataview for the above table by v=dttable.defaultview so how do i sort this dttable using iron python ...
0
votes
0answers
69 views

C++ CLI/Getting managed class from unmanaged class

I'd like to ask if it is possible to "convert" an unmanaged class to a managed class during application runtime, I need to use my unmanaged class with IronPython (SetVariable function) which takes a ...
1
vote
1answer
246 views

SharpDevelop + IronPython + WPF

I want to create a WPF application using IronPython with SharpDevelop 4.2. But I am confused how to access my object in the Window1.xaml. Please help.. :) Here is my code created automatically by ...
2
votes
1answer
187 views

ReportViewer locking up for quite a while on GetDefaultPageSettings()

I recently encountered a very weird problem with report viewer (Windows Forms). Normally the reportviewer behaves very well, loads fast and shows the reports nicely. But, we encountered a certain ...
0
votes
0answers
53 views

Degrading gracefully if IronPython is not installed

I have an application with a scripting feature that runs on the .NET 3.5 framework. Currently, I use CodeDomProvider.GetAllCompilerInfo() to get a list of the installed .NET languages and then let the ...
0
votes
2answers
208 views

Is there a way to call C# script files with better performance results?

I am currently calling a C# script file (http://www.csscript.net) from a C# app in Visual Studio 2010 using this method: var script = new AsmHelper(CSScript.Load( ...
0
votes
0answers
7 views

Is it possible to suppress Traceback messages via a command line option in IronPython?

Is it possible to suppress Traceback messages via a command line option in IronPython? I just want to see the Assertion Error message, not the Traceback that goes along with it.
1
vote
2answers
247 views

calling CLR method with variable arguments from IronPython

I am using Iron Python as an added 'for free' tool to test the an API that wrapps comms to some custom hardware so the non-development team can play with the hardware via python. However I can't work ...
1
vote
0answers
39 views

Can I load two versions of the same DLL in IronPython

I have a DLL which does both encryption and decryption, but at a client site the decryption is failing when a string is encrypted and then sent to another machine to be decrypted via a webservice. ...
0
votes
1answer
46 views

Where do I put Microsoft.Scripting.Debugging so that our embedded interpreter can find it?

I am trying to debug a function I've written, and it is not possible to run it in the regular IronPython interpreter because of all the jiggery pokery we do when we start up the one we've embedded in ...
1
vote
0answers
106 views

How to enable LINQ for embedded IronPython scripts

My application can be extended via IronPython scripts provided by the user. First, I create a new ScriptScope. Using that script scope, I run a short setup script that performs some convenience ...
2
votes
1answer
227 views

How to get IDynamicMetaObjectProvider for a static (compile time) type?

I want to execute dynamic expressions (provided by the user) in the context/scope of a compile time type. In the example below, context is an instance of an arbitrary compile time type. To create the ...
8
votes
3answers
256 views

How to install and use sqlobject+mysql on iron python?

Is it possible to use sqlobject to connect to a mysql database from iron python? If so, how? What must I install? I have sqlobject installed for cpython and it works fine, but if I use that same ...
0
votes
0answers
88 views

log4net breaks when IronPython application compiled to standalone application

I've been using log4net in an IronPython application I've been developing. I've been compiling it using pyc.py and have had no problems with logging. However, I recently discovered the /standalone ...
4
votes
1answer
67 views

How do I import non namespaced types into IronPython?

I have a C# .NET classes that exist outside of a namespace that need to be accessed inside of IronPython. Typically I would do: import SomeNamespace from SomeNamespace import * However, I do not ...
4
votes
1answer
933 views

IronPython in Unity3D

I am trying to use IronPython as an external scripting language for Unity3D. The necessary DLLs for IronPython's execution load just fine inside of Assets\Plugins. However, when I try to run the ...
1
vote
1answer
352 views

deploying IronPython script or static building an application

I created an IronPython script that imports from Python libraries, such as os, sys, etc. as well as .NET libraries. It runs perfectly fine from my Visual Studio IronPython solution but I need to ...
1
vote
2answers
162 views

File reading and parsing peformance for IronPython vs CPython

I've been working on a file reader in python where I expect to read ascii files ~100MB. There is a bunch of header information at the top and then just tab delimited columns. Some columns contain ...

1 2 3 4 5 23