Hello. I am new to IronPython. I've read the MSDN article http://msdn.microsoft.com/en-us/magazine/cc300810.aspx and for what I've understood I can set code with IronPython on the run. I created a simple Windows Forms project in IronPython studio and ran it, but I can't find on the IDE anywhere to type code into. Isn't it possible, am I missing something? Thanks
|
|
|||
|
|
|
If you want an interactive IronPython shell, there are two ways to get it:
Both these ways are essentially the same, but work well. I normally use the second method and have had no trouble thus far... |
||
|
|
|
|
IronPython isn't supported by default in Visual Studio, you have to first download and install IronPython Studio ( http://www.codeplex.com/IronPythonStudio ) then you'll have the option of creating Python projects directly in Visual Studio. Also I'd recommend you check out SharpDevelop ( http://www.icsharpcode.net/OpenSource/SD/ ), it is mostly compatible with Visual Studio solutions and project files and has built-in support for Ironpython projects. Hope this helps |
||
|
|
|
|
As I recall, there is an icon in the start menu somewhere, under the IronPython folder. It launches a command line with IronPython loaded, so I'm sure there's other ways to start it, too. |
||
|
