Top "Ironpython" questions

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

passing Lists from IronPython to C#

I want to pass a list of strings from IronPython 2.6 for .NET 2.0 to a C# program (I'm using .NET 2.0 because …

c# ironpython
IronPython: EXE compiled using pyc.py cannot import module "os"

I have a simple IronPython script: # Foo.py import os def main(): print( "Hello" ) if "__main__" == __name__: main() It runs …

python ironpython
BeautifulSoup and ASP.NET/C#

Has anyone integrated BeautifulSoup with ASP.NET/C# (possibly using IronPython or otherwise)? Is there a BeautifulSoup alternative or a …

c# asp.net screen-scraping ironpython beautifulsoup
Python or IronPython

How does IronPython stack up to the default Windows implementation of Python from python.org? If I am learning Python, …

python ironpython cpython
Python: AttributeError: 'module' object has no attribute 'AddReference'?

Am trying to use clr.AddReference and clr.AddReferenceToFile to import an assembly, but python(2.7) keeps making this error: Traceback (…

python .net clr ironpython python.net
Installing Python Packages - IronPython

I'd like to add the PRAW package to an IronPython solution in VS however it's proving to be a pain …

python ironpython ptvs
How to install packages/modules in IronPython

I am new to IronPython. Thanks for you help and patience. I installed IronPython 2.7 from http://ironpython.net/ in Visual …

python pandas numpy ironpython python.net
IronPython 3 support?

Yes, I know about IronPython 3 compatibility, but that is from two years ago. I was searching on the internet but …

python python-3.x ironpython
IronPython on ASP.NET MVC

Has anyone tried ASP.NET MVC using IronPython? Having done a lot of Python development recently, it would be nice …

python asp.net-mvc linq dynamic ironpython
Spotfire IronPython set document property

I'm using an IronPython script to reset all filters and also set some document propertries. The document property below "FUTUREONLY" …

ironpython spotfire