quick python question

Soldato
Joined
6 Mar 2008
Posts
10,085
Location
Stoke area
Hi,

I am looking at downloading python and pygame, however python has an option to download:

Python 2.5.2 Windows Installer

or

Python 2.5.2 Windows AMD64 Installer

I currently have a AMD 64 CPU but I am using XP32 not XP64 so can anyone tell me which of these should be the best to download?

Thanks

EDIT: How many python developers do we have on these forums?
 
Use the 32bit one, the majority of other python extensions only work with 32bit python.
mySQLdb for example throws up errors with the 64bit one, or it did a few months ago....

Edit:
as your using 32bitXP go with the 32bit one anyway :)
 
Back
Top Bottom