Ok I see the launchpad plugin in my tree,<br>but I still get failures, will investigate..<br><br><br>$ ./bzr --no-plugins selftest test_plugins<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bzr: /stuph/projects/bzr/bzr.repo/bzr.dev/bzr<br>&nbsp;&nbsp;&nbsp; bzrlib: /stuph/projects/bzr/bzr.repo/bzr.dev/bzrlib
<br><br>ERROR: test_plugins.TestHelpIndex.test_get_topic_with_prefix<br>&nbsp;&nbsp;&nbsp; No module named launchpad<br><br>ERROR: test_plugins.TestHelpIndex.test_get_topics_launchpad<br>&nbsp;&nbsp;&nbsp; No module named launchpad<br><br><br>======================================================================
<br>ERROR: test_get_topic_with_prefix (bzrlib.tests.test_plugins.TestHelpIndex)<br><br>vvvv[log from bzrlib.tests.test_plugins.TestHelpIndex.test_get_topic_with_prefix]<br><br>^^^^[log from bzrlib.tests.test_plugins.TestHelpIndex.test_get_topic_with_prefix
]<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>&nbsp; File &quot;/stuph/projects/bzr/bzr.repo/bzr.dev/bzrlib/tests/test_plugins.py&quot;, line 283, in test_get_topic_with_prefix
<br>&nbsp;&nbsp;&nbsp; import bzrlib.plugins.launchpad<br>ImportError: No module named launchpad<br><br>======================================================================<br>ERROR: test_get_topics_launchpad (bzrlib.tests.test_plugins.TestHelpIndex
)<br><br>vvvv[log from bzrlib.tests.test_plugins.TestHelpIndex.test_get_topics_launchpad]<br><br>^^^^[log from bzrlib.tests.test_plugins.TestHelpIndex.test_get_topics_launchpad]<br>----------------------------------------------------------------------
<br>Traceback (most recent call last):<br>&nbsp; File &quot;/stuph/projects/bzr/bzr.repo/bzr.dev/bzrlib/tests/test_plugins.py&quot;, line 259, in test_get_topics_launchpad<br>&nbsp;&nbsp;&nbsp; import bzrlib.plugins.launchpad<br>ImportError: No module named launchpad
<br><br>----------------------------------------------------------------------<br>Ran 20 tests in 0.402s<br><br>FAILED (errors=2)<br>tests failed<br><br>