How can I get a 32-bit output with Python on a 64-bit system?

77 views Asked by At

I have a 64-bit system with both 32-bit and 64-bit versions of Python installed. I code using Visual Studio and output it using the auto-py-to-exe tool. How can I get a 32-bit output from my code? Is there a way to change the Python version (32 and 64 bit) used in Visual Studio Code?

I tried to change the language of the Visual Studio Code to 32-bit Python mode, but the output failed. By doing this, I expected the exe output I got to be 32-bit, but it was still 64-bit.

0

There are 0 answers