Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #77743 > unrolled thread

Re: cx_freeze and architecture

Started byMRAB <python@mrabarnett.plus.com>
First post2014-09-09 16:51 +0100
Last post2014-09-09 16:51 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: cx_freeze and architecture MRAB <python@mrabarnett.plus.com> - 2014-09-09 16:51 +0100

#77743 — Re: cx_freeze and architecture

FromMRAB <python@mrabarnett.plus.com>
Date2014-09-09 16:51 +0100
SubjectRe: cx_freeze and architecture
Message-ID<mailman.13907.1410277921.18130.python-list@python.org>
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 to install Python 3
> x86 on the same system but it does not seem to be possible.
>
> 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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web