I tried to install Sphinx using ``easy_install -U Sphinx`` and while trying to install Jinja an exception is thrown::
File "/Users/brett/.local/lib/python2.6/site-packages/distribute-0.6.1-py2.6.egg/setuptools/command/build_ext.py", line 85, in get_ext_filename
ext = self.ext_map[fullname]
KeyError: '_speedups'
Looks like something about trying to build extensions is failing. This is Python 2.6.2+, non-framework on OS X 10.6 using Distribute 0.6.1.