Comment 4 for bug 199513

Revision history for this message
Remco Blumink (remcoblumink) wrote :

eum... dunno if this is fixed:
Perhaps I'm missing some libraries? (yep, I'm a novice in posting bugs..)

Now doing bzr gcommit on bzr-gtk trunk revno445

bzr: ERROR: exceptions.NameError: global name 'DBusException' is not defined

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 834, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 790, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 492, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/home/remco/.bazaar/plugins/gtk/__init__.py", line 359, in run
    dlg = CommitDialog(wt)
  File "/home/remco/.bazaar/plugins/gtk/commit.py", line 119, in __init__
    self.fill_in_data()
  File "/home/remco/.bazaar/plugins/gtk/commit.py", line 134, in fill_in_data
    self._fill_in_checkout()
  File "/home/remco/.bazaar/plugins/gtk/commit.py", line 233, in _fill_in_checkout
    except DBusException:
NameError: global name 'DBusException' is not defined

bzr 1.2.0 on python 2.5.1.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'gcommit']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
  gtk /home/remco/.bazaar/plugins/gtk [0.94.0dev0]
  launchpad /usr/lib/python2.5/site-packages/bzrlib/plugins/launchpad [unknown]
  svn /home/remco/.bazaar/plugins/svn [0.4.8dev0]
*** Bazaar has encountered an internal error.