开发者

Python: Install 2.5.5?

Here is the page I found to get 2.5.5:

http://www.python.org/download/releases/2.5.5/

(I need i开发者_开发技巧t for Google App Engine.)

All I see is source files, not an installer. I'm not entirely sure how to build them on my windows machine. What do I do? (Open in Visual Studio, build there?) Or is there an installer I can use?


2.5.5 is unfortunately only available as source, but you can get 2.5.4 installers here. If you're just debugging on your local machine for GAE, the differences between 2.5.4 and 2.5.5 won't matter to you.

You can find build instructions for Windows here if you want to build from source. While they're intended for developers building debug builds, they'll work for you to make a release build as well.


I would recommend using 2.5.2 instead of 2.5.4.

I started out with 2.5.4 but found that the SDK would fail when sending email using the --smtp_host option. I downgraded to 2.5.2 after finding this issue, and sending email then worked.

Also, 2.5.2 is the exact version which is used by App Engine in production.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜