I want to make a winform by C#, and add a ironpython console window in it, like a multiline textbox. So I can write python program into it to do some operations in my Winform software.
In C# 4.0 and IronPython 2.6, is it possible to e开发者_开发问答xecute a python script in it\'s own thread?
I\'m trying to use IronPython as an intermediary between a C# GUI and some C# libraries, so that it can be scripted post compile time.
Working on a project that uses some IronPython scripts to as plug-ins, that utilize functionality coded in C#.In one of my C# classes, I have a property that is of type:
I have a python method that returns a Python byte array.array(\'c\'). Now, I want to copy t开发者_运维知识库his array using System.Runtime.InteropServices.Marshal.Copy. This method however expects a
I\'ve been toying with the idea of adding IronPython for extending a scientific application I support.
I installed VS2010 and IronPython tools. When I start a VB.NET WPFProject everything works fin开发者_JS百科e. But when I start a WPF IronPython project, it creates a button by default which fills all
I have a file of IP addresses called \"IPs\". When I 开发者_运维知识库parse a new IP from my logs, I\'d like to see if the new IP is already in file IPs, before I add it. I know how to add the new IP
I\'m extending TryPython to (along with various other things) allow users to save a file and subsequently import that file. TryPython overloads the built in file operations, so I need to know what par
I am using SharpDevelop to build an executable from my IronPython script. The only hitch is that my script has the line