[ANN] bzr 2.3b2 released !
Vincent Ladeuil
v.ladeuil+lp at free.fr
Tue Oct 12 17:30:51 BST 2010
>>>>> Tom Browder <tom.browder at gmail.com> writes:
> I am trying this new release but now my plugins won't load (I'm using
> Python 2.7 on Ubuntu).
> Sample:
> cd <my repo)
> bzr update
> Unable to load plugin 'svn'. It requested API version (2, 2, 0) of
> module <module 'bzrlib' from
> '/usr/local/lib/python2.7/site-packages/bzrlib/__init__.pyc'> but the
> minimum exported version is (2, 3, 0), and the maximum is (2, 3, 0)
> Unable to load plugin 'rewrite'. It requested API version (2, 2, 0) of
> module <module 'bzrlib' from
> '/usr/local/lib/python2.7/site-packages/bzrlib/__init__.pyc'> but the
> minimum exported version is (2, 3, 0), and the maximum is (2, 3, 0)
> Tree is up to date at revision 518 of branch
> /usr/local/bzr-ox-repos/tbrowde-home-bzr
> I re-installed the two modules (rewrite is the latest version).
> I've tried to find a later version of the svn package (using
> bzr-svn-1.0.3 now) but the link is bad.
> Ideas?
File bugs against the plugins so they get updated. Or just try to patch
them yourself and send merge proposals, the fix should be easy (search
for require_any_api or similar in the plugin sources) and if you've been
using them with the previous beta, they should still Just Work.
Vincent
More information about the bazaar
mailing list