It sounds like something failed to install. If you're on a linux
system, make sure you have the python-devel package installed (on the
Mac, you'll need Xcode). If that's what you're missing, you can rerun
the bootstrap script once you've installed the needed piece.
If that's not the problem, then you'll likely have a pip-log.txt file
that will have some clues as to what went wrong at the end of the
file.
Good luck!
Kevin
--
Kevin Dangoor
work: http://labs.mozilla.com/
email: k...@blazingthings.com
blog: http://www.BlueSkyOnMars.com
I've updated the README for the next time I push to hg.mozilla.org.
I've highlighted
the line about installing python-dev because I think some people have missed it.
It looks like httplib2 has a broken download URL in the Python Package Index.
I've changed the requirements file to point to the real location of
httplib2 at googlecode.
Bespin requires Python 2.5
You need not remove Python 2.4, as long as you make sure you run
bootstrap.py with Python 2.5.
Basically, "no module named sqlalchemy" means that it didn't install
sqlalchemy and likely failed somewhere before that. Take a look at
pip-log.txt and that should help narrow down what didn't install and
why.