It is worth noting that you do, however, need to consider the version of *Python *when trying to execute on significantly older Windows versions and different word sizes, i.e.:
- Built with *64-bit *Python -> will *not* work on 32 bit Windows 10 *(11 dropped 32 bit support)* - Built with 32-bit *Python* -> will work on *both* 32 & 64 bit Windows 10 & currently 11 *but there are reports that this may change in "a future version of Windows 11"* *From *https://pythondev.readthedocs.io/platforms.html#windows the python support for older versions of Windows: - Built with Python > 2.5.4 -> will not work on Windows < *XP* - Built with Python >= 3.4 -> will not work on Windows =< 2000 - Built with Python >= 3.7 -> will not work on Windows =< *Vista* - Built with Python >= 3.9 -> will not work on Windows =< 7 I know that these older Windows versions are "unsupported" but there are still machines out there using them so thought it was worth mentioning On Wednesday 17 January 2024 at 00:04:00 UTC bwoodsend wrote: > They're interchangeable. You only need to build on one of them. > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/d562d1b3-6530-455c-adcc-2b8d6a985a49n%40googlegroups.com.
