Bazaar on Windows - Quick install guide
Intro
This page will teach you how to fast install Bazaar on 32-bit Windows platform. Guide is targeted mainly at new Bazaar users and optimized to reduce the time spent during the installation process.
In this guide we are using direct links to download files instead of searching the software home pages. Because of this some files may become unavailable later or may not contain the latest version of the software. We are linking home pages as well, so in case of problems with downloads feel free to check linked home pages.
Installation is tested on 32-bit Windows-XP Service Pack 2. It might work on Windows 2000 as well if you install mfc71.dll.
Dependencies libraries
First part of installing Bazaar is easy, because we are using standard Windows installers. You need download, run and install following packages:
Python interpreter - python-2.5.2.msi | Homepage
Python Win32 extensions - pywin32-210.win32-py2.5.exe | Homepage
PyCrypto - pycrypto-2.0.1.win32-py2.5.zip (.exe installer is inside ZIP) | Homepage
Next module is distributed in source code only. Module needs to be compiled and installed by hand. Get following ZIP file and extract it (including subdirectories) to some temporary folder. Run command line shell and change working directory to temporary folder with extracted copy. You should be in directory with setup.py file. Run python setup.py install This will compile and install module.
Paramiko source code - paramiko-1.7.1.zip | Homepage
Paramiko binaries - paramiko-1.7.1-ctypes.win32.exe | Homepage of win32 binaries
Optional GUI interface
Bazaar comes with optional GUI interface. This interface is far from being perfect or at least bug free, but it is still better than no GUI interface at all. If you want GUI, install following packages as well.
GTK+ Runtime - gtk2-runtime-2.12.9-2008-03-18-ash.exe | Homepage
PyGObject - pygobject-2.12.3-1.win32-py2.5.exe | Homepage
PyGTK - pygtk-2.10.6-1.win32-py2.5.exe | Homepage
Install Bazaar
Now we are finally ready to install Bazaar. Bazaar is doing strict version number checks on bzrtools plugins and less scrict on GUI. All 3 packages (or 2 if you are not installing GUI) must have same version if possible. Bzr Tools and Bazaar GUI needs to be compiled. Use same procedure as for compiling Paramiko.
Provided links are for Bazaar version 1.2. Feel free to check linked homepages for newer versions.
Bazaar - bzr-setup-1.3.exe | Homepage
Bzr Tools - bzrtools-1.2.0.tar.gz | Homepage
Bazaar GUI - bzr-gtk-0.93.0.tar.gz | Homepage | exe version that should work with exe bazaar installer
Other Bazaar GUI - (QT one) - http://bazaar-vcs.org/QBzr
Note If you install bazaar GUI (tar.gz) prefer the Bazaar python install (bzr-1.3.win32-py2.5.exe)
GUI install fix
There is small problem with Bazaar GUI. On Windows, .bat file for starting GUI is missing. Fix is quite easy. First, locate bzr.bat. File is in Python install folder, Scripts subdirectory. If you installed python in d:\Python bzr.bat is d:\Python\Scripts\bzr.bat. Now copy bzr.bat to olive-gtk.bat located in Scripts subdirectory too. Start text editor, open olive-gtk.bat and change string bzr to olive-gtk. After this you can start GUI by typing olive-gtk
Thank you for installing Bazaar. Guide provided by RadimKolar.
