Creating a bzr proyect on eclipse 3.6.1

Bug #714813 reported by jclopezar
This bug report is a duplicate of:  Bug #434998: There is no bzrlib.user_encoding. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
bzr-xmloutput
New
Undecided
Unassigned

Bug Description

    bzr: ERROR: exceptions.AttributeError: 'module' object has no attribute 'user_encoding'

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/bzrlib/commands.py", line 912, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/lib/python2.6/site-packages/bzrlib/commands.py", line 1112, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.6/site-packages/bzrlib/commands.py", line 690, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.6/site-packages/bzrlib/commands.py", line 705, in run
    return self._operation.run_simple(*args, **kwargs)
  File "/usr/lib/python2.6/site-packages/bzrlib/cleanup.py", line 135, in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/usr/lib/python2.6/site-packages/bzrlib/cleanup.py", line 165, in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/usr/lib/python2.6/site-packages/bzrlib/commands.py", line 1127, in ignore_pipe
    result = func(*args, **kwargs)
  File "/home/ututo/.bazaar/plugins/bzr_xmloutput_080/xml_errors.py", line 64, in xml_error_handling
    exitcode = report_exception(sys.exc_info(), sys.stderr)
  File "/home/ututo/.bazaar/plugins/bzr_xmloutput_080/xml_errors.py", line 53, in report_exception
    err_file.write(str(XMLError(exc_object)))
  File "/home/ututo/.bazaar/plugins/bzr_xmloutput_080/xml_errors.py", line 21, in __str__
    xml = '<?xml version="1.0" encoding="%s"?>' % bzrlib.user_encoding
  File "/usr/lib/python2.6/site-packages/bzrlib/lazy_import.py", line 109, in __getattribute__
    return getattr(obj, attr)
AttributeError: 'module' object has no attribute 'user_encoding'

bzr 2.2.2 on python 2.6.5 (Linux-2.6.37.0-ata-i686-Intel-R-_Core-TM-2_CPU_T7400_@_2.16GHz-with-gentoo-2010-21-_using_nocona_optimization_on_Intel-R-_Core-TM)
arguments: ['/usr/bin/bzr', 'xmlls', '--versioned', '/home/ututo/workspaceDGR/DGR']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'es_ES.UTF-8'
plugins:
  bash_completion /usr/lib/python2.6/site-packages/bzrlib/plugins/bash_completion [2.2.2]
  bzr_xmloutput_080 /home/ututo/.bazaar/plugins/bzr_xmloutput_080 [0.8.0]
  launchpad /usr/lib/python2.6/site-packages/bzrlib/plugins/launchpad [2.2.2]
  netrc_credential_store /usr/lib/python2.6/site-packages/bzrlib/plugins/netrc_credential_store [2.2.2]
  news_merge /usr/lib/python2.6/site-packages/bzrlib/plugins/news_merge [2.2.2]

*** Bazaar has encountered an internal error. This probably indicates a
    bug in Bazaar. You can help us fix it by filing a bug report at
        https://bugs.launchpad.net/bzr/+filebug
    including this traceback and a description of the problem.

affects: bzr → bzr-xmloutput
Revision history for this message
Guillermo Gonzalez (verterok) wrote :

Hi,

This is already fixed.

You need to update bzr-xmloutput plugin.

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.