django - Should I use Python 2.7 32 bit or 64 bit with Windows 7 -
i setting django, , trying decide whether use 32 bit or 64 bit version of python 2.7 on windows 7 machine.
i've seen issues 64 bit installer, real question whether or not of necessary libraries available 64 bit, or whether 1 version has other issues should aware of.
i recommend 32-bit 1 unless going exhaust address space. many third-party modules opencv , numpy considerably easier install 32-bit python. (you can build modules source them work 64-bit python that's more time , effort necessary in cases. there unofficial 64-bit builds aren't supported module authors.)
while don't need modules django, if personal computer , might install them different project , don't want deal 2 python installations on same machine, choose 32-bit.
Comments
Post a Comment