Babel Downloads
Babel is made available under the BSD license.
If you have a recent version of Setuptools installed, you can directly install Babel using the easy_install command-line tool:
easy_install Babel
This downloads and installs the latest version of the Babel package.
If you have an older Babel release installed and would like to upgrade, add the “-U” option to the above command.
Latest Release: 0.9.2
This release contains a number of bugfixes over the 0.9.1 release. For the complete list of changes, see the ChangeLog file that comes with the distribution.
Note: all the files listed below are also available via FTP
Source Tarballs
The following archives contain the source code, comprehensive documentation, as well as other resources. Consult the INSTALL.txt file in the archive for installation instructions.
| tar.bz2 | Babel-0.9.2.tar.bz2 | MD5 |
| tar.gz | Babel-0.9.2.tar.gz | MD5 |
| zip | Babel-0.9.2.zip | MD5 |
Python Eggs
The following downloads are prebuilt Python Eggs for specific Python versions. They do not include any documentation.
| Python 2.5 | Babel-0.9.2-py2.5.egg | MD5 |
| Python 2.4 | Babel-0.9.2-py2.4.egg | MD5 |
| Python 2.3 | Babel-0.9.2-py2.3.egg | MD5 |
Installers
The following downloads are binary platform-specific installers. They do not include the documentation.
| Windows | Babel-0.9.2.win32.exe | MD5 |
| Mac OS X 10.4 (Python 2.3) | Babel-0.9.2-py2.3-macosx10.4.mpkg.zip | MD5 |
| Mac OS X 10.5 (Python 2.5) | Babel-0.9.2-py2.5-macosx10.5.mpkg.zip | MD5 |
Latest Development Source Code
We use Subversion for source revision control and code sharing.
The Subversion repository URL for the Babel project is at:
The latest revision can be checked out with the following command:
svn co http://svn.edgewall.org/repos/babel/trunk babel
(Alternatively, you can use https for an encrypted connection, which also helps getting around clueless firewalls that haven't heard of WebDAV yet.)
If you have a recent version of Setuptools installed, you can just do:
easy_install http://svn.edgewall.org/repos/babel/trunk/
