4

After following the guide on This page from codeplex, I'm not able to see the Python option on my tools/option window. I believe the only deviations I took from the guide are:

  • Distributions : Didn't install the activestate python, since I already have Python installed.
  • Interpreters : Installed only IronPython 2.7

After a few installs/reinstalls, I still can't see it working...What could I be missing? Or should I go back to visual studio 2010?

gariepy
  • 3,576
  • 6
  • 21
  • 34
thclpr
  • 5,778
  • 10
  • 54
  • 87

1 Answers1

4

Have you tried using the Microsoft Web Platform Installer? It bypasses a lot of the possible errors when installing the framework, checks for dependencies, etc:

http://www.microsoft.com/web/downloads/platform.aspx

Matt
  • 3,676
  • 3
  • 34
  • 38