Comment 19 for bug 331342

Revision history for this message
Nathan Osman (george-edison55) wrote :

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/5e7eca3684ad9f61315d

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.