Python Forum

Full Version: How to convert python files from 32 bits tto 64 bits
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all! I bought a 64 bits PC and would like to transfer many files of my old 32 bits PC. Once I a am on my 64 bits PC, I suppose there is a file somewhere, allowing me the conversion.
(Oct-29-2017, 03:02 AM)sylas Wrote: [ -> ]Hi all! I bought a 64 bits PC and would like to transfer many files of my old 32 bits PC. Once I a am on my 64 bits PC, I suppose there is a file somewhere, allowing me the conversion.

the py files should run on any systems without any problems. If im not mistake. Only time you can get a problem its when you create an exe file in python 64-bit it wont run on 32-bit systems but 32-bits exe file will run on 64-bits system.. On the other hand you dont need python 64-bit installed on you system just stick to python 32-bitsĀ unless you actually need the extra address space of 64 bit.
All you need to do is install the 64 bit version of python.
Latest 3.6.3
here for windows: https://www.python.org/ftp/python/3.6.3/...-amd64.exe
here for Linux: https://www.python.org/downloads/release/python-363/
here for OS-X: https://www.python.org/downloads/release/python-363/