May I know which version is the latest 32-bit Python?

I am currently using Python 2.7.4 and it is 64-bit. Since msvc11 is 32-bit and I need to write Python extentions in C++, thus I have to install a 32-bit Python. There is a list of python installers at python website. Which one can meet my needs?

Thank you very much.

有帮助吗?

解决方案

Since you're talking about an installer, I suppose you're using Windows (usually there's no installers for Linux, only package managers which are different things).

You can find the latest releases on Python's download page.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top