[ANN] Olive 0.11.0 released
Matthieu Moy
Matthieu.Moy at imag.fr
Thu Sep 28 15:00:36 BST 2006
Stefan Reichör <stefan at xsteve.at> writes:
> Branch -> Initialize
> Traceback (most recent call last):
> File "c:\Python25\Lib\site-packages\olive\handler.py", line 181, in on_menuitem_branch_initialize_activate
> except NotBranchError:
> NameError: global name 'NotBranchError' is not defined
Typically a missing "import".
> File -> Add
> Traceback (most recent call last):
> File "c:\Python25\Lib\site-packages\olive\menu.py", line 146, in add_file
> bzrlib.add.smart_add([directory + '/' + filename])
> NameError: global name 'bzrlib' is not defined
Semms more serious. It doesn't find bzrlib, perhaps you need to set
your PYTHON_PATH?
--
Matthieu
More information about the bazaar
mailing list