I've been researching a bit, but need a bit of advice specifically for Py2exe apps. I'm on a 64 bit machine, but from what I understand I can compile in 32 bit format, and run on both 32 and 64 bit.
Now my question. To make an exe, I'm using py2exe. So from what I understand, you don't need a 32 bit environment, just a 32 bit compiler which means 32 bit Py2exe? So if I delete Py2exe and reinstall the 32 bit version of py2exe, it will run on both? Are there any other precautions I need to take?
Thanks so much.