Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python 2.5 Windows Binaries?

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

Is there anywhere I could find a copy?

like image 436
David Wolever Avatar asked Aug 04 '10 18:08

David Wolever


3 Answers

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

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).

like image 185
Thomas Avatar answered Nov 15 '22 10:11

Thomas


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

like image 3
Lucas Jones Avatar answered Nov 15 '22 10:11

Lucas Jones


The release page has it.

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

like image 2
Darcy Casselman Avatar answered Nov 15 '22 12:11

Darcy Casselman