<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=windows-1252"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Alexander Belchenko wrote:
<blockquote
 cite="mid:4b6e1ce4cc68cec037ba506c79e259df,hjfeu8$8mc$1@ger.gmane.org"
 type="cite">
  <pre wrap="">Andreas Deininger ??????????:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I can successfully run the latest BZR Explorer version 0.11.0 using
qbzr version 0.14.6. However, as soon as I switch to qbzr 0.15 or
higher, I'm getting the following error:
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Bzr-explorer since v.0.10 require QBzr version 0.17 or higher.



  </pre>
</blockquote>
I'm just trying to get explorer (1.0.2) installed and running, but I am
getting the same error as Andreas reported: my qbzr is at version
0.18.5 - which I'd guess is higher than 0.17 ;^).<br>
What am I doing wrong? Is my version TOO recent?<br>
<br>
Thanks,<br>
David.<br>
<br>
<tt>$ bzr explorer<br>
bzr: failed to report crash using apport:<br>
     OSError(13, 'Permission denied')<br>
bzr: ERROR: exceptions.AttributeError: 'module' object has no attribute
'QStyledItemDelegate'<br>
<br>
Traceback (most recent call last):<br>
  File
"/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/commands.py",
line 853, in exception_to_return_code<br>
    return the_callable(*args, **kwargs)<br>
  File
"/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/commands.py",
line 1055, in run_bzr<br>
    ret = run(*run_argv)<br>
  File
"/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/commands.py",
line 661, in run_argv_aliases<br>
    return self.run_direct(**all_cmd_args)<br>
  File
"/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/commands.py",
line 665, in run_direct<br>
    return self._operation.run_simple(*args, **kwargs)<br>
  File
"/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/cleanup.py",
line 122, in run_simple<br>
    self.cleanups, self.func, *args, **kwargs)<br>
  File
"/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/cleanup.py",
line 156, in _do_with_cleanups<br>
    result = func(*args, **kwargs)<br>
  File
"/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/plugins/explorer/lib/commands.py",
line 153, in run<br>
    window = explorer.QExplorerMainWindow(location_list=location_list,<br>
  File
"/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/lazy_import.py",
line 106, in __getattribute__<br>
    obj = _replace()<br>
  File
"/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/lazy_import.py",
line 89, in _replace<br>
    obj = factory(self, scope, name)<br>
  File
"/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/lazy_import.py",
line 192, in _import<br>
    module = __import__(module_python_path, scope, scope, [member])<br>
  File
"/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/plugins/explorer/lib/explorer.py",
line 31, in &lt;module&gt;<br>
    from bzrlib.plugins.explorer.lib import (<br>
  File
"/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/plugins/explorer/lib/wt_browser.py",
line 30, in &lt;module&gt;<br>
    from bzrlib.plugins.qbzr.lib import treewidget<br>
  File
"/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/plugins/qbzr/lib/treewidget.py",
line 31, in &lt;module&gt;<br>
    from bzrlib.plugins.qbzr.lib.annotate import AnnotateWindow<br>
  File
"/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/plugins/qbzr/lib/annotate.py",
line 40, in &lt;module&gt;<br>
    from bzrlib.plugins.qbzr.lib.revisionmessagebrowser import
LogListRevisionMessageBrowser<br>
  File
"/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/plugins/qbzr/lib/revisionmessagebrowser.py",
line 43, in &lt;module&gt;<br>
    from bzrlib.plugins.qbzr.lib import logmodel<br>
  File
"/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/plugins/qbzr/lib/logmodel.py",
line 26, in &lt;module&gt;<br>
    from bzrlib.plugins.qbzr.lib.revtreeview import RevIdRole as
im_RevIdRole<br>
  File
"/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/plugins/qbzr/lib/revtreeview.py",
line 178, in &lt;module&gt;<br>
    class RevNoItemDelegate(QtGui.QStyledItemDelegate):<br>
AttributeError: 'module' object has no attribute 'QStyledItemDelegate'<br>
<br>
bzr 2.1.2 on python 2.5.2
(Linux-2.6.24-22-generic-i686-with-debian-lenny-sid)<br>
arguments: ['Global_bzr_9763/trunk/distr/bin/bzr', 'explorer']<br>
encoding: 'ANSI_X3.4-1968', fsenc: 'ANSI_X3.4-1968', lang: None<br>
plugins:<br>
  bzrtools            
/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/plugins/bzrtools
[2.1.0]<br>
  explorer            
/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/plugins/explorer
[1.0.2]<br>
  extmerge            
/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/plugins/extmerge
[unknown]<br>
  gtk                 
/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/plugins/gtk
[0.98.0.final.1]<br>
  launchpad           
/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/plugins/launchpad
[2.1.2]<br>
  netrc_credential_store
/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/plugins/netrc_credential_store
[2.1.2]<br>
  news_merge          
/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/plugins/news_merge
[2.1.2]<br>
  qbzr                
/data/users/david.ingamells/projects/Global_bzr_9763/trunk/distr/lib/python/bzrlib/plugins/qbzr
[0.18.5]<br>
<br>
*** Bazaar has encountered an internal error.  This probably indicates a<br>
    bug in Bazaar.  You can help us fix it by filing a bug report at<br>
        <a class="moz-txt-link-freetext" href="https://bugs.launchpad.net/bzr/+filebug">https://bugs.launchpad.net/bzr/+filebug</a><br>
    including this traceback and a description of the problem.<br>
</tt><br>
<br>
<br>
<div class="moz-signature">-- <br>
<meta http-equiv="CONTENT-TYPE" content="text/html; ">
<title></title>
<style type="text/css">
        <!--
                @page { size: 8.5in 11in; margin: 0.79in }
                P { margin-bottom: 0.08in }
        -->
        </style>
<p style="margin-bottom: 0.2in;" align="left"> <strong> <font
 color="#000017" face="Arial" size="2"> David Ingamells   </font> </strong>
<font color="#767676" face="Arial" size="2"> Test Architect    </font>
<strong> <font color="#f50000" face="Arial" size="2"> Map</font><font
 color="#000017" face="Arial" size="2">scape</font> </strong><br>
<br>
<font color="#767676" face="Arial" size="2"> Henri Wijnmalenweg 5b  </font>
<font style="font-size: 7pt;" color="#bfbfbf" face="Arial" size="1"> | </font>
<font color="#767676" face="Arial" size="2"> 5657 EP Eindhoven </font>
<font style="font-size: 7pt;" color="#bfbfbf" face="Arial" size="1"> | </font>
<font color="#767676" face="Arial" size="2"> The Netherlands </font> <br>
<font color="#767676" face="Arial" size="2"> Phone +31 (0)40 7113571 </font>
<font style="font-size: 7pt;" color="#bfbfbf" face="Arial" size="1"> | </font>
<font color="#767676" face="Arial" size="2"> Fax +31 (0)40 7113599 </font>
<br>
<a href="http://www.mapscape.eu/"> <font color="#f50000" face="Arial"
 size="2"> www.mapscape.eu </font> </a>
</p>
<p style="margin-bottom: 0in;"> <font color="#808080" face="Arial"
 size="1"> <span lang="en-GB"> Mapscape B.V. is ISO9001:2008
certified. <br>
This e-mail and any attachment may contain corporate proprietary
information and may only be read, copied and used by the intended
recipient. If you have received it by mistake, please notify us
immediately by reply e-mail and delete this e-mail and its attachments
from your system. We believe but do not warrant that this message and
any attachments are virus free. Mapscape B.V. is registered at the
Kamer van Koophandel Oost-Brabant located in Eindhoven, The Netherlands
number 17210210. </span> </font>
</p>
</div>
</body>
</html>