Top "Ironpython" questions

IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework.

Ironpython 2.6 .py -> .exe

I already attempted using py2exe (not compatible with ipy) and PYC (out of date). Can anyone point me in …

compilation ironpython
How to create a data table on the fly in Spotfire via python

I need to iterate each row, add items to a dictionary, do some sorting and then spit out the results …

ironpython spotfire
How to design a Windows Forms App with Iron Python

I just got Visual Studio 2013 RC with PTVS (Python Tools for Visual Studio). How would I use the Windows Forms …

python ironpython visual-studio-2013 ptvs
How to control the "Updating skeletons" background task in PyCharm for IronPython interpreter?

Is there a way to suppress, stop or, otherwise, control the settings for, or display of, background tasks in PyCharm? …

ironpython pycharm python
Python vs Iron Python

I have to make a GUI for some testing teams. I have been asked to do it in Python, but …

python ironpython
Visual Studio - "The environment IronPython|2.7-32 appears to be incorrectly configured or missing"

Steps to the Reproduce: Open Visual Studio 2017 (Pro on Windows 10 64-bit) File > New Project > IronPython Application Run the …

python python-2.7 visual-studio ironpython
Instantiating a python class in C#

I've written a class in python that I want to wrap into a .net assembly via IronPython and instantiate in …

c# .net python ironpython cross-language
How to use Python in .NET-Core application?

How to use Python in .NET-Core application? I need this for the purposes of Hackathon so the solution don't have …

python asp.net-core ironpython .net-core
Iron Python : what are good uses for Iron Python

I have an affinity for python, but I work in a .NET environment, so I was looking into Iron Python, …

.net python ironpython dynamic-language-runtime
IDE for ironpython on windows

I am currently learning ironpython and loving but i'm looking to move on from using notepad++ and cmd.exe and …

ide ironpython