Plusings are out of date again, except . . .

Vincent Ladeuil v.ladeuil+lp at free.fr
Thu Sep 17 15:38:33 BST 2009


>>>>> "martin" == Martin Pool <mbp at canonical.com> writes:

    martin> 2009/9/17 Russel Winder <russel.winder at concertant.com>:
    >> . . . that they probably aren't actually but . . .
    >> 
    >>        Unable to load plugin 'svn'. It requested API version (2, 0, 0) of module <module 'bzrlib' from '/home/Checkouts/Bazaar/Bazaar/Mainline_Working/bzrlib/__init__.pyc'> but the minimum exported version is (2, 1, 0), and the maximum is (2, 1, 0)
    >>        Unable to load plugin 'git'. It requested API version (2, 0, 0) of module <module 'bzrlib' from '/home/Checkouts/Bazaar/Bazaar/Mainline_Working/bzrlib/__init__.pyc'> but the minimum exported version is (2, 1, 0), and the maximum is (2, 1, 0)
    >>        Unable to load plugin 'gtk'. It requested API version (1, 17, 0) of module <module 'bzrlib' from '/home/Checkouts/Bazaar/Bazaar/Mainline_Working/bzrlib/__init__.pyc'> but the minimum exported version is (2, 1, 0), and the maximum is (2, 1, 0)
    >>        Unable to load plugin 'rebase'. It requested API version (2, 0, 0) of module <module 'bzrlib' from '/home/Checkouts/Bazaar/Bazaar/Mainline_Working/bzrlib/__init__.pyc'> but the minimum exported version is (2, 1, 0), and the maximum is (2, 1, 0)
    >>        Unable to load plugin 'gtk'. It requested API version (1, 17, 0) of module <module 'bzrlib' from '/home/Checkouts/Bazaar/Bazaar/Mainline_Working/bzrlib/__init__.pyc'> but the minimum exported version is (2, 1, 0), and the maximum is (2, 1, 0)
    >> 
    >> I guess the interesting question is why gtk appears twice, and with such
    >> an outdated version number.

    martin> This seems like a bug if we're trying to load it from two locations.

No, I think because it can't be loaded from the first location,
we try to load it from the second one.

Trying with:

 BZR_PLUGIN_PATH=-site bzr plugins -v
 BZR_LPUGIN_PATH=+user:-site bzr plugins -v

should reveal all the gory details.

Then, update your bzr-gtk source from trunk where the necessary
fix has landed.

    Vincent



More information about the bazaar mailing list