How do I switch from Python 64-bit to 32? -
i'm using python 3.4 on windows 8. i'm thinking of changing packages not work 64-bit. if change 32, affect programs wrote on 64?
python code won't affected, not much. won't able allocate memory, mostly. that's it.
if have 3rd party libraries installed make use of c extensions, you'll have reinstall 32-bit versions of (or compile them yourself).
Comments
Post a Comment