Traceback after installing bzr 2.2.3

Martin Pool mbp at canonical.com
Sat Jan 29 20:49:12 UTC 2011


On 30 January 2011 02:06, Eli Zaretskii <eliz at gnu.org> wrote:
> After installing Bazaar 2.2.3 on Windows XPSP2, I get this in .bzr.log
> when I type "bzr plugins":
>
>  0.110  bazaar version: 2.2.3
>  0.110  bzr arguments: [u'plugins']
>  0.125  looking for plugins in C:/Documents and Settings/Zaretzky/Application Data/bazaar/2.0/plugins
>  0.125  looking for plugins in D:/usr/Bazaar/plugins
>  0.391  encoding stdout as sys.stdout encoding 'cp1252'
>  0.407  Traceback (most recent call last):
>    File "bzrlib\plugin.pyo", line 542, in _get__version__
>    File "bzrlib\__init__.pyo", line 117, in _format_version_tuple
>  ValueError: version_info (1, 1, 0, 'pre', 0) not valid

This is harmless, but it means that some plugin is declaring a version
in a form that's not quite standard.  (Or, perhaps we might as well
accept that form.)  I am surprised if this changed from 2.2.2 to
2.2.3, but perhaps it's a plugin we're shipping.  Unfortunately from
your traceback I can't see which one it is.

-- 
Martin



More information about the bazaar mailing list