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.
0
votes
0answers
65 views
IronPython: Importing & reloading module leaks memory
When I'm importing a module with _import_ and then reloading it with reload, it seems to leave the whole module into memory.
Here's a simple example code how to reproduce this. It's just importing ...
1
vote
1answer
198 views
Run a particular Python function in C# with IronPython
So far I have a simple class that wraps a python engine (IronPython) for my use. Although code looks big it's really simple so I copy it here to be more clear with my issue.
Here's the code:
public ...
1
vote
2answers
167 views
IronPython script with Sympy
Now I'm getting error:
Server Error in Application. Cannot import name typed Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace ...
1
vote
1answer
286 views
Calling Python script from windows form
I'm an IronPython novice and would like some help. I have a windows form that I have created in Visual Basic 2010 Express, which contains two text-boxes ('txtNumber' and 'txtResult') and a button ...
0
votes
0answers
71 views
import numpy takes so long
I am calling an IronPython script ,which imports numpy, from a c# code;
C# code is like this:
ScriptEngine engine = Python.CreateEngine();
ScriptSource source = ...
2
votes
0answers
63 views
IronPython “Expected X, got X” [duplicate]
Possible Duplicate:
Why do I get this .NET error - “TypeError: expected List[DataPoint], got List[DataPoint]”
Working on integrating Python scripting with my game engine, and I'm ...
0
votes
1answer
76 views
IronPython: How to obtain XML documentation strings from .NET assemblies
How do you get the XML documentation strings from .NET assemblies using IronPython? Using '_doc_' doesn't seem to be the way.
MessageBox.Show(Label().Bottom.__doc__) returns "Represents a 32bit ...
1
vote
1answer
216 views
Python and SQL Bulk Insert
I am using IronPython to create a data array and I need to insert this array to MS SQL Server.
The .Net class I'm using is SqlBulkCopy (part of System.Data.SqlClient).
I have found this StackOverflow ...
0
votes
0answers
52 views
Does Pyramid run on IronPython? [closed]
I've been successfully running Pyramid 1.1 with Jython. Now I want to play with some .net specific libs and was wondering if anyone had gotten Pyramid (any 1.0+ version) to run on IronPython? I ...
0
votes
0answers
76 views
Openstaad library by IronPython
I'm trying to get access to the Openstaad Library (link below) from Ironpython script.
OpenSTAAD Overview
Unfortunately, the reference manual for openstaad shows only the procedure to get access by ...
0
votes
2answers
58 views
Twisted Librarys for IronPython
I am planning on porting an Python 2.7 App over to IronPython 2.7+
I saw in 2009 that it was being worked on...did this get finished ?
Or do the twisted librarys work on IronPython...is there a work ...
2
votes
1answer
141 views
IronPython Sandboxing with CAS
I am trying to integrate IronPython into a C# application for scripting purposes. I would also like the scripts to run under a set of security policies that restrict their access to the file ...
0
votes
1answer
294 views
Python vs IronPython for BitCoin Development [closed]
Been looking at porting a BitCoin Mining Pool server across to IronPython
Apart from the limitations of Ironpython supporting upto Python ~v2.7
Is a Ironpython/windows platform really not suited to ...
0
votes
2answers
56 views
Why would multiple executions of IronPython code cause OutOfMemoryException?
I have some IronPython code in a C# class that has the following two lines in a function:
void test(MyType request){
compiledCode.DefaultScope.SetVarialbe("target", request);
...
4
votes
1answer
115 views
Computing Eigen Values and Eigen Vector using IronPython2.7
This might be a frequent problem for IronPython users. But I am new to python.
I wish to compute Eigen Value and Eigen vector of around 50x50 matrix using IronPython2.7
I explored possibilities of ...
0
votes
1answer
38 views
How to interface Visual Studios 2010 with Python
I am wanting to make an interface with some simple buttons and text fields. My problem is that I don't know how to make an Interface with Python. I want to have the ease of drag and drop like that of ...
0
votes
0answers
79 views
Parsing IronPython from textbox in application?
I am trying to play around with some scripting languages that were implemented in .net, such as Jint and IronPython...I am not too sure how exactly you can parse the ironpython from a textbox? From ...
3
votes
0answers
149 views
Unresolved import PyDev/IronPython
I have both Aptana Studio 3 and Eclipse 4.2.1 (w/ PyDev & PyDev extensions) installed on Windows XP (SP3) systems. I have been unsuccesful in loading external .NET assemblies. Given the assembly ...
2
votes
1answer
134 views
Import embedded libs of IronPython
I've added IronPython Standart Library via NuGet into my c#.net4 project and later got some references(IronPython, IronPython.Modules, IronPython.SQLite, IronPython.Wpf, Microsoft.Dynamic, ...
1
vote
1answer
95 views
Hosted IronPython: import files which contain custom functions
Situation
Hosted IronPython allows developers to set parameters into script. Every time when a IPy engine object is created, I set such a parameter (ParamName), but when I try to import python ...
0
votes
2answers
189 views
Empty list is equal to None or not? [duplicate]
Possible Duplicate:
Why does “[] == False” evaluate to False when “if not []” succeeds?
I am new to python as per ternary operator of python
>>> 'true' if True else 'false' true
...
0
votes
0answers
130 views
How to change Python executable used by Ninja-IDE's interactive console?
I'm trying out Ninja-IDE on a computer running IronPython, and I'd like Ninja's interactive
console to use the ipy.exe. I don't see any setting/preference to allow this. Any ideas?
It's pretty ...
2
votes
1answer
224 views
Passing DataTable to IronPython
I have a .NET project where I am using IronPython to perform some processing of the data. At present, the C# code loops through and generates an IronPython script for each row and column that ...
2
votes
0answers
102 views
Exception using IronPython for attached property in WPF
I'm trying to add a property to the WPF web browser to allow me to use NavigateToString at runtime, but I'm getting the exception:
SystemError: Cannot set unknown member
...
-2
votes
2answers
122 views
IronPython and Javascript execution via C# isn't consistent? [duplicate]
Possible Duplicate:
Is JavaScript’s Math broken?
I wrote some simple C# code that runs Python code dynamically (already implemented):
string code = @"100 * 2 + 4 / 3";
ScriptEngine engine ...
0
votes
1answer
190 views
Powershell Exchange 2010 on Windows 8
The Follow script worked fine under win 7 with no issues, but when I loaded my app on windows 8 to see what all was broken I found that this script would no longer work correctly. Its a very simple ...
0
votes
2answers
47 views
Python: Include / copy in lines from other script?
Consider y.py:
def f():
x = 1
y = 2
And x.py:
from y import f
f()
a = x + 1
b = y + 1
Obviously x.py won't work, since y.f() is not returning anything. So how do I handle the ...
0
votes
0answers
71 views
Gallio.Echo run dynamic test lists?
I'm currently building an IronPython script that analyzes test results from multiple runs of a single C# test fixture. I'm using Gallio.Echo to run the tests and combining its results to display a ...
1
vote
1answer
73 views
Does IronPython support metaclasses?
Are Python metaclasses, and class factories fully supported by IronPython? If I have a functional code (in CPython 2.7) full with these thing will just work in IronPython?
0
votes
4answers
159 views
Getting rid of function's argument
It is better to explain my intention with code. So right now I have the following code:
class A, IInterfaceUsedByB
{
}
class B
{
void func(A someObject)
{
func2(someObject, 1);
...
1
vote
2answers
63 views
Class inside a class written in c# 'is not callable' from IronPython
I'm using a .NET library written in c#. Currently I'm running a procedure in IronPython to to call a procedure to create an object like this:
foo = bar.ProcessAndCreateFoo() # bar is a Bar object
...
0
votes
0answers
13 views
Loading a second form in IronPython
I am using IronPython to make a form application. What I can't find out is how do I load a second form by clicking a button for example, and how do I unload it then?
1
vote
1answer
60 views
Need help invoking a function in IronPython from C# [duplicate]
Possible Duplicate:
Instantiating a python class in C#
Embedding IronPython in C#
I trying this: link
C#:
private void Form1_Load(object sender, EventArgs e)
{
var ipy = ...
2
votes
1answer
120 views
Python - create object of class from one package in different package
I started using Python few days back and I think I have a very basic question where I am stuck. Maybe I am not doing it correctly in Python so wanted some advice from the experts:
I have a config.cfg ...
0
votes
1answer
52 views
Ironpython: How to see when application fails havin a WPF application
I am doing an application with GUI using WPF/XAML with Ironpython and SharpDevelop, until now it works fine, when I'm in the development environment I can see the errors in console and know what is ...
3
votes
1answer
169 views
Pass a C# Class Object to a Python file
Okay... I'm trying to pass an Object which I declare in C# to a Python file with IronPython.
So this is what I was thinking off:
C# class:
public class ParamObj
{
private string Obj_String;
...
1
vote
1answer
88 views
Using MEF to Import components Exported by IronPython or other DLR languages?
Is it possible to declare IronPython classes as "Export" and thus add them to a MEF catalog that a
host C# application can Import?
I cannot really find any concrete examples of this, just ...
1
vote
1answer
173 views
How to draw lines in IronPython with Winforms?
I've started working with IronPython in #Develop, and i love the integration with IronPython and Windows Forms, it lets you create the GUI like is were Visual Basic or C#
The question i have is ...
0
votes
2answers
500 views
Calling C# methods from IronPython
I'm building a C# WebKit Web browser that can be automated with IronPython to aid with Quality Assurance testing. I'll be creating test plans with IronPython that will run a number of the browser ...
2
votes
1answer
208 views
How to access an embedded font from xaml in Iron Python
I want to add an font to an WPF Iron Python application as resource. In a xaml file I want to use this font in the xml Fontfamily attribute.
MainWindow.xaml:
...
<Grid>
<TextBox Text="ABC" ...
0
votes
1answer
144 views
Debugging ironpython code in SharpDevelop 4.2
I am practising IronPython coding in SharpDevelop 4.2 but I have problems with debugging. In the Locals Window I can't find my variables. In a simple script like this...
a=5
b=3
c=8
print c
...
0
votes
1answer
63 views
Distributing IronPython: MissingMethodException InitializeModuleEx
I have an application written in IronPython that I want to distribute as an .exe on other PCs. I've been using pyc.py following the instructions here, and been somewhat successful. I end up with a dir ...
1
vote
1answer
38 views
How do I get a reference to an array back from VB when using IronPython?
I'm not a Python programmer, but I'm trying to get a simple script working using IronPython and VB.Net. I've gotten pretty far, but now I'm stuck on passing arguments by reference. I need to be able ...
2
votes
3answers
154 views
How do I call a specific Method from a Python Script in C#?
I'm wondering if there is a possibility to call a specific Method from a Python script over a C# project.
I have no code... but my idea is:
Python Code:
def SetHostInfos(Host,IP,Password):
Work ...
0
votes
0answers
77 views
can't use ipy -X:Frames -c “import scipy” for IronPython
i'm trying to use Scipy in my IronPython project,
It's said that SciPy packages make use of Cpython's stack frame inspection capabilities and by default these are not enabled in IronPython, so we ...
1
vote
0answers
189 views
Fast and scalable RPC between C# and CPython
I need some feedback on C# - cPython integration for scientific application.
The scenario is the following: C# for data acquisition and visualization - CPython for data manipulation using several ...
0
votes
1answer
91 views
Manage Events and Rules in a C# Windows Form in Module IronPython [closed]
I want to make forms with the template project C# in VisualStudio. Then I convert the form into a DLL and import in IronPython, but I do not know how to capture the events within IronPython. I do not ...
0
votes
1answer
68 views
Using IronPython at a hosting company
Does anyone have experience running IronPython in a shared hosting environment? Am using one hosting company but they don't support it. It's a project mixing ASP.NET MVC 4 with IronPython.
I would ...
1
vote
2answers
238 views
How to fetch process,thread name,levelname in customized python logger
I am developing customized logger program,as per the requirement i need to fetch the process,thread and name of object Inside the called function(In below example its obj needs to fetch inside the ...
0
votes
0answers
57 views
Where drag and drop from Windows Form Applications
Where's the VS2012 support for drag and drop applications in windows forms applications using IronPython? Or no support for this?!
My Env: Win7 + VS2012 + IronPython2.7.3 + PTVS1.5rc







