Re: [python-win32] Create x64 exe using py2exe on 32bit machine

2008-04-28 Thread Tim Roberts
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

Re: [python-win32] Create x64 exe using py2exe on 32bit machine

2008-04-27 Thread Mark Hammond
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