Comment 8 for bug 1815828

Revision history for this message
Sunday Olutayo (solutayo) wrote : Re: [Bug 1815828] Re: brz not working on bitbucket git repo

I tried running Breezy out of trunk, but this is what I got:

$ brz whoami

Traceback (most recent call last):

  1 File "/opt/brz/brz", line 92, in <module>

  2 with breezy.initialize():

  3 File "/opt/brz/breezy/__init__.py", line 213, in initialize

  4 ui_factory = breezy.ui.make_ui_for_terminal(stdin, stdout,
stderr)

  5 File "/opt/brz/breezy/ui/__init__.py", line 526, in
make_ui_for_terminal

  6 from .text import TextUIFactory

  7 File "/opt/brz/breezy/ui/text.py", line 38, in <module>

  8 from .. import (

  9 File "/opt/brz/breezy/config.py", line 81, in <module>

 10 import configobj

 11 ImportError: No module named configobj

I searched the breezy directory, this no configobj file.

Thanks,
Sunday Olutayo

On 16/02/2019 4:04 PM, Jelmer Vernooij wrote:
> On Sat, Feb 16, 2019 at 09:22:24AM -0000, Sunday Olutayo wrote:
>> How can one apply this "Fix Released" to an existing installation.
> Rather than applying this change to an existing installation, the
> easiest thing to do is probably to switch to running Breezy out of
> trunk:
>
> https://www.breezy-vcs.org/doc/en/user-
> guide/installing_breezy.html?highlight=installation#running-the-
> development-version
>
> Jelmer
>