Python Forum
generating 32 bit exe file - 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: generating 32 bit exe file (/thread-33147.html)



generating 32 bit exe file - Roshan - Apr-02-2021

Hi

My system is 64 bit ,

i created exe file successfully & working.

Now how can i create on 64 bit system exe file for 32 bit ?

Need Help.

Thanks


RE: generating 32 bit exe file - buran - Apr-02-2021

you need to install 32-bit python and use it to create the exe.