Python 2.5 Windows 二进制文件?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3408847/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 14:58:43  来源:igfitidea点击:

Python 2.5 Windows Binaries?

pythonwindowspython-2.5

提问by David Wolever

I need to test an issue that occurs on Windows with Python 2.5, but the releases pagedoesn't link to a binary for 2.5.

我需要使用 Python 2.5 测试在 Windows 上发生的问题,但发布页面没有链接到 2.5 的二进制文件。

Is there anywhere I could find a copy?

有什么地方可以找到副本吗?

采纳答案by Thomas

It's on their FTP server still, it's just the link that's gone:

它仍然在他们的 FTP 服务器上,只是链接消失了:

http://www.python.org/ftp/python/2.5/

http://www.python.org/ftp/python/2.5/

You'll want one of the MSI files, depending on your Windows version (32-bits or 64-bits).

您需要 MSI 文件之一,具体取决于您的 Windows 版本(32 位或 64 位)。

回答by Lucas Jones

ActiveState keeps old binaries for ActivePython available on its site. The oldest version there is 2.5.5.7.

ActiveState 在其站点上保留 ActivePython 的旧二进制文件。最旧的版本是 2.5.5.7。

回答by Darcy Casselman

回答by Dahana

There is not much of a difference between 2.5.4 and 2.5.5 and there is an msi installer in 2.5.4 http://www.python.org/download/releases/2.5.4/

2.5.4 和 2.5.5 之间没有太大区别,2.5.4 中有一个 msi 安装程序 http://www.python.org/download/releases/2.5.4/

回答by Joe G.

Be careful with ActiveState distributions -- read the license carefully, they are slapping on additional terms that may affect your intended use. I'm still looking for a windows binary of the 2.5.5 version without the additional licensing restrictions.

小心使用 ActiveState 发行版——仔细阅读许可证,它们附加的条款可能会影响您的预期用途。我仍在寻找没有额外许可限制的 2.5.5 版本的 Windows 二进制文件。