AndreyAkinshin
AndreyAkinshin

Reputation: 19011

IronPython in VisualStudio 2012

Is there support IronPython in VisualStudio 2012? I not found IronPython project in templates.

Upvotes: 5

Views: 9593

Answers (4)

Rick Winter
Rick Winter

Reputation: 86

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.

Upvotes: 4

wigy
wigy

Reputation: 2222

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.

Upvotes: 1

AndreyAkinshin
AndreyAkinshin

Reputation: 19011

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

Upvotes: 6

Jeff Hardy
Jeff Hardy

Reputation: 7662

By default, no. Presumably PTVS will before too long.

Upvotes: 2

Related Questions