Re: cx_freeze and architecture

2014-09-09 Thread Nagy László Zsolt
Then what should I do? Is there a way around this other than installing a completely new OS and synchronizing source files between them? It _is_ possible to install you 32-bit and 64-bit Python on a 64-bit Windows. Just install them in different folders. And then how should I select the one fr

Re: cx_freeze and architecture

2014-09-09 Thread MRAB
On 2014-09-09 14:36, Nagy László Zsolt wrote: Is it possible to create executeable for different architectures on the same windows OS? What I mean is that I can install Python 3 amd64 and then create 64 bit executeables with cx_freeze. But I cannot create 32bit x86 executeables. It would be great