IronPython in VisualStudio 2012

Is there any IronPython support in VisualStudio 2012? I did not find the IronPython project in the templates.

+5
source share
4 answers

Yes: http://pytools.codeplex.com/ . Support was added in PTVS 1.5 RC [Sep 2012].

+6
source

Python tools for Visual Studio, PTVS 2.0 Beta, or 1.5 RTM , both of which are built into development templates against IronPython. To use these templates, you need to install IronPython first. Check the installation page on PTVS for instructions on installing interpreters.

+3
source

, . PTVS .

+2

It seems that PTVS (Python Tools for Visual Studio) 2.0 will not install IronPython by default. I managed to install PTVS 2.0 Alpha and IronPython 2.7.3 from a separate project page in Visual Studio 2012.

+1
source

All Articles