First I thought this is a version problem, so I downgraded the version from python 3.5 to 2.7 but still it didn't work. The same error "Unsupported python version 3.5". Please help. Note: I've installed the plugin for python in visual studio stated as "PTVS 2.1 VS 2013" (which is the latest according to visual studio's website.)
Asked
Active
Viewed 6,824 times
3
-
Is this visual studio 2013 professional or express? – ha9u63a7 Mar 19 '15 at 12:47
-
1Have you looked at [this](http://pytools.codeplex.com/releases/view/132440)? – ha9u63a7 Mar 19 '15 at 12:50
-
yes i already installed it but getting the same error mentioned above. – Mar 19 '15 at 12:53
1 Answers
2
If you go to Debug | Options and Settings | Python Tools | Environment Options, you can set it to use Python 2.7 (that is, it is not necessary to uninstall Python 3.5). PTVS seems to default to the latest installed version of Python even if it is not compatible with it.

Andrew
- 721
- 4
- 14