0

I made an application GUI with database with python 3.7.3 64bit and i exported it with pyinstaller but when i run it in windows 7 32bit it shows an error.

does any one have solution to how to convert app 64bit to 32bit without installing the 32bit version of python ?

wardi
  • 1
  • Does this answer your question? [Can I control the architecture (32bit vs 64bit) when building a pyinstaller executable?](https://stackoverflow.com/questions/7155866/can-i-control-the-architecture-32bit-vs-64bit-when-building-a-pyinstaller-exec) – MattDMo Aug 10 '21 at 21:24
  • The consensus, as reflected in the duplicate question I tagged, is that you need a 32-bit installation of Python and pyinstaller in order to create 32-bit executables. Apparently there is no way to cross-compile. – MattDMo Aug 10 '21 at 21:25
  • Please include the errors you receive in your questions. – ChiefTwoPencils Aug 11 '21 at 18:47

0 Answers0