Is there support IronPython in VisualStudio 2012? I not found IronPython project in templates.
Asked
Active
Viewed 9,562 times
4 Answers
6
Yes: http://pytools.codeplex.com/. Support was added in PTVS 1.5 RC [Sep 2012].

AndreyAkinshin
- 18,603
- 29
- 96
- 155
4
Python Tools for Visual Studio, PTVS 2.0 Beta or 1.5 RTM, both have built in templates for developing against IronPython. To use these templates you'll need to first install IronPython. Check out the installation page on PTVS which has instructions on how to install interpreters.

Rick Winter
- 86
- 2
2
By default, no. Presumably PTVS will before too long.

Jeff Hardy
- 7,632
- 24
- 24
-
4PTVS now has support for VS2012 via 1.5RC. – Jake1164 Sep 22 '12 at 16:00
1
Seems like PTVS (Python Tools for Visual Studio) 2.0 will not install IronPython by default. I had success installing PTVS 2.0 Alpha and IronPython 2.7.3 from its separate project page into Visual Studio 2012.

wigy
- 2,174
- 19
- 32