a error in eclipse plugin when i modify the code

Bug #316714 reported by fabio radaelli
2
Affects Status Importance Assigned to Milestone
bzr-xmloutput
New
Undecided
Unassigned

Bug Description

    Error while executing status
    bzr: ERROR: exceptions.ImportError: cannot import name _raise_if_nonexistent

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 893, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 839, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 539, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 853, in ignore_pipe
    result = func(*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/bzrlib/plugins/bzrxmloutput/__init__.py", line 68, in run
    from statusxml import show_tree_status_xml
  File "/usr/lib/python2.5/site-packages/bzrlib/plugins/bzrxmloutput/statusxml.py", line 25, in <module>
    from bzrlib.diff import _raise_if_nonexistent
ImportError: cannot import name _raise_if_nonexistent

bzr 1.10 on python 2.5.1 (linux2)
arguments: ['/usr/bin/bzr', 'status', '--xml', '/home/radaellif/j2ee/sviluppo/etiws']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
  bzrtools /usr/lib/python2.5/site-packages/bzrlib/plugins/bzrtools [1.9.1]
  bzrxmloutput /usr/lib/python2.5/site-packages/bzrlib/plugins/bzrxmloutput [0.4.1]
  launchpad /usr/lib/python2.5/site-packages/bzrlib/plugins/launchpad [unknown]
*** Bazaar has encountered an internal error.
    Please report a bug at https://bugs.launchpad.net/bzr/+filebug
    including this traceback, and a description of what you
    were doing when the error occurred.

    bzr: ERROR: exceptions.ImportError: cannot import name _raise_if_nonexistent

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 893, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 839, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 539, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 853, in ignore_pipe
    result = func(*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/bzrlib/plugins/bzrxmloutput/__init__.py", line 68, in run
    from statusxml import show_tree_status_xml
  File "/usr/lib/python2.5/site-packages/bzrlib/plugins/bzrxmloutput/statusxml.py", line 25, in <module>
    from bzrlib.diff import _raise_if_nonexistent
ImportError: cannot import name _raise_if_nonexistent

bzr 1.10 on python 2.5.1 (linux2)
arguments: ['/usr/bin/bzr', 'status', '--xml', '/home/radaellif/j2ee/sviluppo/etiws']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
  bzrtools /usr/lib/python2.5/site-packages/bzrlib/plugins/bzrtools [1.9.1]
  bzrxmloutput /usr/lib/python2.5/site-packages/bzrlib/plugins/bzrxmloutput [0.4.1]
  launchpad /usr/lib/python2.5/site-packages/bzrlib/plugins/launchpad [unknown]
*** Bazaar has encountered an internal error.
    Please report a bug at https://bugs.launchpad.net/bzr/+filebug
    including this traceback, and a description of what you
    were doing when the error occurred.

Revision history for this message
Guillermo Gonzalez (verterok) wrote :

Please, update your xmloutput version, 0.4.1 is quite old (the latest version is 0.8.2) and check if you still hit this.

Regards,

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.