On 1 May 2012 10:26, Alexey Gaidamaka <[email protected]> wrote: > My little research showsh the way: > http://stackoverflow.com/questions/7988772/create-32-bit-exes-from-python-code-on-64-bit-machine
(To summarise it for the mailing list archive: you can install 32 bit versions of Python and cx_Freeze on 64 bit windows, and use them to generate a 32 bit executable.) I imagine that would work, but I expect you'll need 32-bit versions of all the compiled libraries that your program uses, such as PyQt (if you use that). Give it a try, and let us know what you find. Thanks, Thomas ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
