Python Forum
How to convert python files from 32 bits tto 64 bits
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to convert python files from 32 bits tto 64 bits
#1
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.
Reply
#2
(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.
Reply
#3
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/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Is it possible to extract 1 or 2 bits of data from MS project files? cubangt 8 943 Feb-16-2024, 12:02 AM
Last Post: deanhystad
  python convert multiple files to multiple lists MCL169 6 1,436 Nov-25-2023, 05:31 AM
Last Post: Iqratech
  How to rotate bits ? korenron 2 1,564 Mar-23-2022, 04:05 PM
Last Post: Larz60+
  Separate text files and convert into csv marfer 6 2,797 Dec-10-2021, 12:09 PM
Last Post: marfer
  From list of bits to PDF drimades 1 1,867 Nov-02-2021, 08:55 PM
Last Post: Gribouillis
Exclamation Help in breaking bytes into bits through masking and shifting kamui123 9 4,435 Jan-11-2021, 07:42 AM
Last Post: kamui123
  Convert a PDF files to HTML files Underground 4 11,930 Oct-25-2020, 09:12 PM
Last Post: Larz60+
  convert old excel files(xls) to xlsm zarize 1 3,333 Jul-14-2020, 02:12 PM
Last Post: DeaD_EyE
  rounding floats to a number of bits Skaperen 2 2,272 Sep-13-2019, 04:37 AM
Last Post: Skaperen
  Running a python tool transforming xml files into epub files silfer 7 5,313 May-10-2018, 03:49 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020