I get this error in windows, I have both 3.2 and 2.7 versions of python. How can I fix this?
Asked
Active
Viewed 4.0k times
51
-
Also, the following might help: http://stackoverflow.com/questions/10257243/error-in-running-google-apps-in-python-in-windows-os/36109549#36109549 – PALEN Mar 20 '16 at 02:21
2 Answers
69
You just need to go to edit/preferences and specify correct version of python path

JackNova
- 3,911
- 5
- 31
- 49
-
17Just a reminder, you have to use Python27, this doesn't seem to work with anything newer. Windows binaries are here: http://www.python.org/download/releases/2.7.3/#id5. – Jonathan Sep 11 '12 at 05:20
-
6
-
For users who need to stick with 3.x versions, I'd recommend checking out [this](http://stackoverflow.com/questions/436198/what-is-an-alternative-to-execfile-in-python-3-0). – Dave Chen May 12 '13 at 06:15
-
Lol, just tried to deploy a sample app and the hell is come. Version 2.7 is still at download index :D https://www.python.org/downloads/ Im sure there's a lot of compatability problems between versions. @jonathanconway thx for the links and the tip. – m3nda May 30 '14 at 10:28
-
0
I had the same problem because I had python 27 and 34 installed in my system. You just have to change the path from python 34 to 27

Ilo Calistus
- 2,005
- 3
- 19
- 23