Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which python to install if I have an Intel Core i7 and 64-Bit Windows 7?

Tags:

python

64-bit

I have to install Python 2.5.4 from http://www.python.org/download/releases/2.5.4/ which is required for the pcraster program.

However there are three python choices
For x86 processors: python-2.5.4.msi
For Win64-Itanium users: python-2.5.4.ia64.msi
For Win64-AMD64 users: python-2.5.4.amd64.msi

I know I have Win64 but I am not sure if my i7 processor is Itanium or AMD? Can someone knowledgeable please help me?

like image 531
jjunju Avatar asked Sep 26 '11 11:09

jjunju


3 Answers

Both the 32- and 64-bit (AMD) versions will work on a 64-bit Win7 system. Which you want to install depends on the 3rd-party libraries you wish to use. Many libraries only support the 32-bit version.

like image 82
Mark Tolonen Avatar answered Oct 21 '22 17:10

Mark Tolonen


Install the Win64-AMD64 version. Since AMD won the race to implement the 64 bit architecture before Intel, the architecture is still commonly known as AMD64.

Irony!

Intel licensed x86 architecture to AMD. Years later. AMD licensed AMD64 (based on the x86 architecture) to Intel!

Read more about it from Wikipedia: x86-64.

like image 38
Alan Haggai Alavi Avatar answered Oct 21 '22 19:10

Alan Haggai Alavi


It really depends if your Windows is 64-bits or not. If it is, you should install Win64-AMD64, if not (32-bits) then x86.

Cheers.

like image 45
m0skit0 Avatar answered Oct 21 '22 17:10

m0skit0