QBzr 0.7.1 released

ITSec_Mike itsec.listuser at gmail.com
Mon Nov 19 05:44:04 GMT 2007


On Sun, Nov 18, 2007 at 07:42:17PM +0000, James Westby wrote:
> 
> On Sun, 2007-11-18 at 20:37 +0100, ITSec_Mike wrote:
> > On Sat, Nov 17, 2007 at 11:35:08PM +0200, Alexander Belchenko wrote:
> > > Source code tarball:
> > > 	https://launchpad.net/qbzr/trunk/0.7.1/+download/qbzr-0.7.1.tar.gz
> > 
> > I installed it from here but by running bzr plugins I get the following error:
> > 
> > Unable to load plugin 'qbzr' from '/usr/lib/python2.4/site-packages/bzrlib/plugins'
> > /usr/lib/python2.4/site-packages/bzrlib/plugins/multiparent.pyc [unknown]
> >         Implementation of multiparent diffs for versionedfile-like storage
> > /usr/lib/python2.4/site-packages/bzrlib/plugins/launchpad [unknown]
> >         Launchpad.net integration plugin for Bazaar.
> > 
> > bzr --version
> > Bazaar (bzr) 0.92.0.candidate.1
> >   Python interpreter: /usr/bin/python 2.4.0.final.0
> >   Python standard library: /usr/lib/python2.4
> >   bzrlib: /usr/lib/python2.4/site-packages/bzrlib
> >   Bazaar configuration: /home/<user>/.bazaar
> >   Bazaar log file: /home/<user>/.bzr.log
> > 
> > Does anybody know why I can not use the plugin?
> > 
> 
> If you have a look in you '~/.bzr.log' you should see
> the problem that meant the plugin failed to load.
Thanks very much. I found the following entries in my log:
bzr arguments: [u'plugins']
looking for plugins in /home/sah/.bazaar/plugins
looking for plugins in /usr/lib/python2.4/site-packages/bzrlib/plugins
Plugin name __init__ already loaded
Plugin name __init__ already loaded
[ 9764] Sun 19:34:02.335 WARNING: Unable to load plugin 'qbzr' from '/usr/lib/python2.4/site-packages/bzrlib/plugins'
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/bzrlib/plugin.py", line 188, in load_from_dir
    exec "import bzrlib.plugins.%s" % name in {}
  File "<string>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/bzrlib/plugins/qbzr/__init__.py", line 35, in ?
    import bzrlib.plugins.qbzr.resources
  File "/usr/lib/python2.4/site-packages/bzrlib/plugins/qbzr/resources.py", line 10, in ?
    from PyQt4 import QtCore
ImportError: No module named PyQt4

I assume this says that I do not have qt4 installed, which indeed is right, I have
qt3 installed. I will try to upgrade.

-- 
      ___              ___              ___     
     /_\ `*           /_\ `*           /_\ `*   
    (o o)            (o o)            (o o)     
ooO--(_)--Ooo----ooO--(_)--Ooo----ooO--(_)--Ooo-

Thanks for your help.
Mike




More information about the bazaar mailing list