make schema
utilities/shhh.py PYTHONPATH= python2.5 bootstrap.py\
--ez_setup-source=ez_setup.py \
--download-base=download-cache/dist --eggs=eggs
utilities/shhh.py make -C sourcecode build PYTHON=python2.5 \
PYTHON_VERSION=2.5 LPCONFIG=development
utilities/shhh.py LPCONFIG=development /root/launchpad/lp-branches/devel/bin/py -t buildmailman.py
mkdir lib/canonical/launchpad/apidoc.tmp
LPCONFIG=development /root/launchpad/lp-branches/devel/bin/py ./utilities/create-lp-wadl-and-apidoc.py "lib/canonical/launchpad/apidoc.tmp/wadl-development-%(version)s.xml"
No handlers could be found for logger "bzr"
Traceback (most recent call last):
File "./utilities/create-lp-wadl-and-apidoc.py", line 25, in <module>
from canonical.launchpad.ftests import login, ANONYMOUS
File "/root/launchpad/lp-branches/devel/lib/canonical/launchpad/ftests/__init__.py", line 9, in <module>
from canonical.launchpad.ftests._launchpadformharness import (
File "/root/launchpad/lp-branches/devel/lib/canonical/launchpad/ftests/_launchpadformharness.py", line 9, in <module>
from canonical.launchpad.webapp.servers import LaunchpadTestRequest
File "/root/launchpad/lp-branches/devel/lib/canonical/launchpad/webapp/servers.py", line 72, in <module>
from canonical.launchpad.webapp.publication import LaunchpadBrowserPublication
File "/root/launchpad/lp-branches/devel/lib/canonical/launchpad/webapp/publication.py", line 23, in <module>
import tickcount
ImportError: No module named tickcount
make: *** [lib/canonical/launchpad/apidoc/index.html] Error 1
root@dev:~/launchpad/lp-branches/devel/utilities# dpkg -l |grep tickcount
ii python-tickcount 0.1-0ubuntu10launchpad1 a python module to access the python interpr