Hi <br><br>I am trying to use bzr along with eclipse over centOS6.3<br><br>I am trying to follow instructions from <br><a href="http://wiki.bazaar.canonical.com/BzrEclipse/Installation">http://wiki.bazaar.canonical.com/BzrEclipse/Installation</a><br>
<br>It says I need a working bzr installation <br><br>I used yum install bzr to install bzr 2.1.1<br><br>I need now bzr-xmloutput plugin to be installed <br><br>i downloaded bzr-xmloutput-0.8.8.tar.gz from the bzr website <br>
<br>and added plugin directory to BZR_PLUGIN_PATH <br><br>I ran in inside xmloutput directory. <br><br>root@vd1: /opt/python3/lib/python3.3/site-packages/bzrlib/plugin/bzr_xmloutput_0_8_8<br>[45] $ python setup.py build_ext -i<br>
running build_ext<br><br><br>When I run <br><br>modi@vd1: /opt/python3/lib/python3.3/site-packages/bzrlib<br>[44] $ bzr help commands<br>bzr: ERROR: No module named xmloutput.cmds<br>You may need to install this Python library separately.<br>
<br><br>Can you please help ? <br><br>Regards,<br>Samarth<br>[39] $ bzr version<br>Bazaar (bzr) 2.1.1<br> Python interpreter: /usr/bin/python 2.6.6<br> Python standard library: /usr/lib64/python2.6<br> Platform: Linux-2.6.32-279.19.1.el6.x86_64-x86_64-with-centos-6.3-Final<br>
bzrlib: /usr/lib64/python2.6/site-packages/bzrlib<br> Bazaar configuration: /home/modi/.bazaar<br> Bazaar log file: /home/modi/.bzr.log<br><br><br>