Re: [Py2exe-users] 64 bit executables?
by Paul Koning other posts by this author
Nov 21 2006 10:54AM messages near this date
Re: [Py2exe-users] 64 bit executables?
|
Re: [Py2exe-users] 64 bit executables?
> >>>> "Thomas" == Thomas Heller <theller@[...].org> writes:
Thomas> Paul Koning schrieb:
> > Almost. I can build 64-bit executables on a 32-bit Windows
> > machine with MS software build tools.
Thomas> That is because the 64-bit compiler is a 32-bit program.
Ah...
> > So, ideally, I'd want to generate 64-bit executables, from a
> > 64-bit build of Python, using a 32-bit Windows machine as the
> > build system.
Thomas> Hm, but why on a 32-bit machine?
It would be convenient, because that's how our existing build
environment is set up. We build a bunch of MS based stuff, both 32
and 64 bit, using a 32 bit build system. I just created a Python
based utility that gets packaged up with py2exe for Windows users.
And getting that added to the build system was easy for the 32 bit
flavor.
Thomas> A quick experiment shows that py2exe can be built as 64-bit
Thomas> extension creating 64-bit programs on a 64-bit machine (after
Thomas> some tweaks, and the --bundle option does NOT work).
Thomas> You can, however, run the 64-bit py2exe only on a 64-bit
Thomas> machine with 64-bit Python.
Ok, so I'll have to add a 64 bit machine to our setup. Should be
doable.
Thanks!
paul
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Py2exe-users mailing list
Py2exe-users@[...].net
https://lists.sourceforge.net/lists/listinfo/py2exe-users
Thread:
Paul Koning
Thomas Heller
Paul Koning
Paul Koning
Thomas Heller
|