Python Forum
How to convert python files from 32 bits tto 64 bits - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: How to convert python files from 32 bits tto 64 bits (/thread-5924.html)



How to convert python files from 32 bits tto 64 bits - sylas - Oct-29-2017

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.


RE: How to convert python files from 32 bits tto 64 bits - darktitan - Oct-29-2017

(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.


RE: How to convert python files from 32 bits tto 64 bits - Larz60+ - Oct-29-2017

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/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/