siddhartha veedaluru wrote:
how can i create an x64 exe of a python script on a 32 bit machine.
Why? All of the x64 platforms can run 32-bit executables.
--
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.
___
python-win32 mailing lis
I don't think you can at the moment - you will probably need the SVN version
of python 2.6 and then need to make some patches to py2exe (or at least
trick it by manually cross-compiling its stubs as 64bit executables).
Mark
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of sidd