문제

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