[python-win32] Does anyone know how to compile pywin32 for 64bit operating system?

2009-09-12 Thread Jacky Lam
I would like to compile a 64 bit version of pywin. I am currently using MingGW for that, but I fail to do so. Does anyone know how to compile pywin32 for 64bit operating system? In addition, any examples for that? Thanks. Jacky ___ python-win32 mailing

Re: [python-win32] Does anyone know how to compile pywin32 for 64bitoperating system?

2009-09-12 Thread Mark Tolonen
"Jacky Lam" wrote in message news:d9dcd20c0909120423y4a27ffadk5a26a4e9af1c1...@mail.gmail.com... I would like to compile a 64 bit version of pywin. I am currently using MingGW for that, but I fail to do so. Does anyone know how to compile pywin32 for 64bit operating system? In addition, any ex

Re: [python-win32] Does anyone know how to compile pywin32 for 64bitoperating system?

2009-09-12 Thread Michel Claveau
Hi! Easy: push 64 times the key [compile] ;o) Warning: 63 or minus give a modulo 32 bits... (sorry: je sors d'un big apéritif...) @+ Michel Claveau ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/pytho

Re: [python-win32] Does anyone know how to compile pywin32 for 64bitoperating system?

2009-09-12 Thread Jacky Lam
could you further elabarate on it? As pywin32 onlys has 32bit version for python 2.5, so I want to compile a 64 bit version for 64 bit os. On Sun, Sep 13, 2009 at 3:10 AM, Michel Claveau wrote: > Hi! > > Easy:  push 64 times the key [compile]  ;o) > Warning: 63 or minus give a modulo 32 bits... >

Re: [python-win32] Does anyone know how to compile pywin32 for64bitoperating system?

2009-09-12 Thread Mark Tolonen
"Jacky Lam" wrote in message news:d9dcd20c0909122053w772941b7q82fea3920e856...@mail.gmail.com... could you further elabarate on it? As pywin32 onlys has 32bit version for python 2.5, so I want to compile a 64 bit version for 64 bit os. Then definitely read the latest sources setup.py. To q