I am pleased to announce that I have successfully built a 64-bit version of Bazaar for Python 2.7. You can get the Python installer and MSI files here:
Basically the process for doing this was as follows:
1. Install the Windows 7.1 SDK.
2. Install Microsoft Visual C++ Express 2008 (NOT 2010 - because none of the official Python builds use it).
3. Download the Bazaar source code.
4. Follow the instructions here: http://mattptr.net/2010/07/28/building-python-extensions-in-a-modern-windows-environment/
5. Run 'python setup.py bdist_wininst' to generate the installer.
I am pleased to announce that I have successfully built a 64-bit version of Bazaar for Python 2.7. You can get the Python installer and MSI files here:
http:// www.box. com/s/5e7eca368 4ad9f61315d
Basically the process for doing this was as follows:
1. Install the Windows 7.1 SDK. mattptr. net/2010/ 07/28/building- python- extensions- in-a-modern- windows- environment/
2. Install Microsoft Visual C++ Express 2008 (NOT 2010 - because none of the official Python builds use it).
3. Download the Bazaar source code.
4. Follow the instructions here: http://
5. Run 'python setup.py bdist_wininst' to generate the installer.