I’m wondering how I can create a 32-bit binary with my 64bit cx_freeze. I’ve looked at the homepage and I can’t find a setting to tell it what architecture to build for.
I’m running 32bit(otherwise PyQt won’t work) Python 2.6, so the dependencies should already be 32bit, on 64bit Kubuntu 10.10.
If you were using Windows or a Mac, then you could use
py2exeorpy2app, respectively. I think that freeze may be a more general solution that may work for you.