I need to make an 32bit exe file using py2exe. The problem is that my machine and Python are 64bit. Is there some simple way how to make 32bit using 64bit Python and py2exe?
I heard that I should uninstall py2exe and install new py2exe 32bit, can this help me?
EDIT: If 32bit py2exe works, can I install 32bit py2exe next to my 64bit py2exe?