[python-win32] building pywin32 on Server 2003 x64

2008-05-30 Thread Hanni Ali
Hi All, I am attempting to build pywin32 for a 64 bit deployment. It is necessary for us to use 64 bit python due to objects within our application exceeding 2GB in size. I am attempting to do so using msvc 2005 which I know is not ideal, but I have managed to build the other dependencies (Pytho

Re: [python-win32] building pywin32 on Server 2003 x64

2008-05-31 Thread Hanni Ali
the > filename. To fix that, the final command should also include > "--target-version=2.6" > > > > Cheers, > > > > Mark > > > > *From:* Marc-André Belzile [mailto:[EMAIL PROTECTED] > *Sent:* Saturday, 31 May 2008 1:03 PM > *To:

Re: [python-win32] building pywin32 on Server 2003 x64

2008-06-02 Thread Hanni Ali
Hi Mark Pedantic side-note: best I can tell, all the compilers are x86 binaries, so > even on a 64bit OS, we are still cross-compiling :) You are of course correct, I should have said I am developing on a 64 bit machine. > Grab the source .zip for build 211 now it is fresh, but otherwise, a w