Comment 11 for bug 1815828

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

It is working now.

Thanks,
Sunday Olutayo

On 17/02/2019 6:49 PM, Jelmer Vernooij wrote:
> On Sun, Feb 17, 2019 at 05:44:47PM +0000, Jelmer Vernooij wrote:
>> On Sun, Feb 17, 2019 at 05:10:11PM -0000, Sunday Olutayo wrote:
>>> 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.
>> configobj is an external module. Running "python setup.py install"
>> (as described in the installation documentation) should pull it in.
>
> Alternatively, you can install it by running "pip install configobj"
>
> Jelmer
>
>>> 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
>>>>
>>>
>>> --
>>> You received this bug notification because you are a bug assignee.
>>> https://bugs.launchpad.net/bugs/1815828
>>>
>>> Title:
>>> brz not working on bitbucket git repo
>>>
>>> To manage notifications about this bug go to:
>>> https://bugs.launchpad.net/brz/+bug/1815828/+subscriptions
>>
>> --
>> Jelmer Vernooij <email address hidden>
>> PGP Key: https://www.jelmer.uk/D729A457.asc
>
>