Comment 4 for bug 822677

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 822677] [NEW] "No module named launchpadlib" on lp-propose-merge

Bastian пишет:
> On Tue, Aug 9, 2011 at 2:49 PM, John A Meinel <email address hidden> wrote:
>> Do we really want to bundle all of launchpadlib into the Windows
>> installer? I suppose we could just remove lp-propose? The issue is
>> launchpadlib carries a *lot* of dependencies in with it.
>
> There should be at least an easy way to install it onto a bzr rolled
> out via installer. I didn't find the information how to install the
> plugin manually.

Use Python interpreter and python-based installer. This way you can
install anything you need using python tools like pip or setuptools.

You can add extra Python libraries to standalone bzr.exe though: just
put them into site-packages directory of your bzr installation directory.