All,
I'm trying to install typhoon on my server.  I've configured it with "python bootstrap.py -d -v 2.1.1" (following instructions from stackoverflow: 
http://stackoverflow.com/a/17588080/72791).  When I run ./bin/buildout, I get:
Develop: '/opt/typhoonae/.'
warning: no files found matching '*' under directory 'src/typhoonae/blobstore/tests/test'
Develop: '/opt/typhoonae/src/bdbdatastore'
Develop: '/opt/typhoonae/src/demo'
While:
  Installing.
  Getting section rabbitmq.
  Initializing section rabbitmq.
  Installing recipe rod.recipe.rabbitmq.
Error: There is a version conflict.
We already have: simplejson 2.3.2
Note that this is after retrying the installation (and hence some stages are complete); the full output from the first time I ran it is at the end of this email for information.
It looks like it's not happy with the version of simplejson that is installed, but I can find no reference to a specific version that's required (I've got the latest package from the Ubuntu 12.04 repository).  Can anyone offer more of an insight?
Many thanks in advance,
Al
First Build Output:
Getting distribution for 'zc.buildout==1.5.2'.
Got zc.buildout 1.5.2.
Getting distribution for 'distribute==0.6.21'.
Before install bootstrap.
Scanning installed packages
Setuptools installation detected at /usr/lib/python2.7/dist-packages
Non-egg installation
Removing elements out of the way...
Already patched.
/usr/lib/python2.7/dist-packages/setuptools.egg-info already patched.
After install bootstrap.
Creating /usr/local/lib/python2.7/dist-packages/setuptools-0.6c11-py2.7.egg-info
Creating /usr/local/lib/python2.7/dist-packages/setuptools.pth
Got distribute 0.6.21.
Upgraded:
  zc.buildout version 1.5.2,
  distribute version 0.6.21;
restarting.
Generated script '/opt/typhoonae/bin/buildout'.
Develop: '/opt/typhoonae/.'
warning: no files found matching '*' under directory 'src/typhoonae/blobstore/tests/test'
Develop: '/opt/typhoonae/src/bdbdatastore'
Develop: '/opt/typhoonae/src/demo'
Getting distribution for 'zc.recipe.cmmi==1.3.5'.
Got zc.recipe.cmmi 1.3.5.
Getting distribution for 'zc.recipe.egg==1.3.2'.
Got zc.recipe.egg 1.3.2.
Getting distribution for 'rod.recipe.mongodb==1.2.2'.
Got rod.recipe.mongodb 1.2.2.
Getting distribution for 'collective.recipe.cmd==0.5'.
Got collective.recipe.cmd 0.5.
Getting distribution for 'rod.recipe.rabbitmq==2.0.0'.
Got rod.recipe.rabbitmq 2.0.0.
While:
  Installing.
  Getting section rabbitmq.
  Initializing section rabbitmq.
  Installing recipe rod.recipe.rabbitmq.
Error: There is a version conflict.
We already have: simplejson 2.3.2