Comment 1 for bug 430308

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 430308] [NEW] Internal error when clicking "close" while looking at config

John A Meinel пишет:
> Public bug reported:
>
> I clicked on Configuration from the first page, and then exited shortly
> thereafter.
>
> I then got a traceback including:
> bzr: ERROR: exceptions.UnboundLocalError: local variable 'stream' referenced before assignment
>
> Traceback (most recent call last):
> File "C:/Documents and Settings/tdecorte/Application Data/bazaar/2.0/plugins\explorer\lib\app_runner.py", line 89, in do_finished
> File "C:/Documents and Settings/tdecorte/Application Data/bazaar/2.0/plugins\explorer\lib\explorer.py", line 183, in _refresh_user_configuration
> File "C:/Documents and Settings/tdecorte/Application Data/bazaar/2.0/plugins\explorer\lib\helpers.py", line 29, in reload_config_obj
> UnboundLocalError: local variable 'stream' referenced before assignment
>
> This is with the packaged bzr-2.0rc2-1 (which has bzr-explorer 0.8)

John, I'm sorry but there is something wrong with your setup.

From traceback I see there is bzr-explorer installed at
"C:/Documents and Settings/tdecorte/Application Data/bazaar/2.0/plugins\explorer\lib\app_runner.py"

But if you have installed bzr-explorer from new windows installer then I believe you should have
explorer installed in C:\Program Files\Bazaar\plugins\explorer not in Document and Settings.

So maybe you need to check this one.