A perfect blend of all things Dot Net
Yaay! There’s a FREE version of Visual Studio for IronPython, called IronPythonStudio.
Until now you could use Visual Studio for IronPython, but only with a huge SDK, the ASP.Net Futures, and a lot of patience. Now there’s a separate IDE just for IronPython.
IronPythonStudio uses Visual Studio 2008 as its shell, and looks very impressive. You can use it to create Windows and WPF apps. Big kudos to the IronPython team for this.
There’s a webcast on the Release page, and screenshots here.
You need to grab the following bits:
Note: You don’t need IronPython itself. Version 1.1 of IronPython is installed in the IronPythonStudio directory during the installation.
To install ÎronPythonStudio,
And you’re good to go.
The first time I installed the VS Shell, it installed with no problem. However, when I ran the IronPythonStudioSetup Msi package, I got the following error:
This happens because there are no instructions to say that the shell package is actually just going to unzip the required setup files, and that you need to run vs_shell_isolated.enu.exe.
Just run vs_shell_isolated.enu.exe and then IronPythonStudioSetup.
I installed IronPythonStudio on XP Pro SP2, and haven’t tried on Vista. Apparently you have to run the IronPythonStudio msi as admin.
If you have problems, see this post in the IronPythonStudio forums.
Jordan Powell
January 22nd, 2008 at 6:17 pm
I cannot load WPF Application since I not not have mscorlib.dll. Help.
Jordan Powell