Bazaar 2.2b2-3 Mac OS X 64-bit installer

Gordon Tyler gordon at doxxx.net
Wed May 12 13:28:13 BST 2010


That's odd. It should be using the tip of bzr-rewrite from launchpad,  
which I assumed was bzr 2.2 compatible. I'll double check what  
revision of the plugin was used to build the installer.



On 2010-05-12, at 3:58 AM, Martin Guillon <MGuillon at movea.com> wrote:

> Sorry for the last message
>
> I get that error while trying to launch bzr explorer
>
> Unable to load plugin 'rebase'. It requested API version (2, 1, 0)  
> of module <module 'bzrlib' from '/Library/Python/2.6/site-packages/ 
> bzrlib/__init__.pyc'> but the minimum exported version is (2, 2, 0),  
> and the maximum is (2, 2, 0)
> bzr: ERROR: unknown command "exporer"
> fodor:osx mguillon$ bzr explorer
> Unable to load plugin 'rebase'. It requested API version (2, 1, 0)  
> of module <module 'bzrlib' from '/Library/Python/2.6/site-packages/ 
> bzrlib/__init__.pyc'> but the minimum exported version is (2, 2, 0),  
> and the maximum is (2, 2, 0)
> bzr: ERROR: exceptions.ImportError: dlopen(/Library/Python/2.6/site- 
> packages/PyQt4/QtCore.so, 2): no suitable image found.  Did find:
>    /Library/Python/2.6/site-packages/PyQt4/QtCore.so: mach-o, but  
> wrong architecture
>
> Traceback (most recent call last):
>  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line  
> 907, in exception_to_return_code
>    return the_callable(*args, **kwargs)
>  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line  
> 1111, in run_bzr
>    ret = run(*run_argv)
>  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line  
> 685, in run_argv_aliases
>    return self.run(**all_cmd_args)
>  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line  
> 700, in run
>    return self._operation.run_simple(*args, **kwargs)
>  File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line  
> 122, in run_simple
>    self.cleanups, self.func, *args, **kwargs)
>  File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line  
> 156, in _do_with_cleanups
>    result = func(*args, **kwargs)
>  File "/Library/Python/2.6/site-packages/bzrlib/plugins/explorer/lib/ 
> commands.py", line 136, in run
>    from bzrlib.plugins.qbzr.lib import uifactory
>  File "/Library/Python/2.6/site-packages/bzrlib/plugins/qbzr/lib/ 
> uifactory.py", line 21, in <module>
>    from PyQt4 import QtCore, QtGui
> ImportError: dlopen(/Library/Python/2.6/site-packages/PyQt4/ 
> QtCore.so, 2): no suitable image found.  Did find:
>    /Library/Python/2.6/site-packages/PyQt4/QtCore.so: mach-o, but  
> wrong architecture
>
> bzr 2.2b2 on python 2.6.1 (Darwin-10.3.0-i386-64bit)
> arguments: ['/usr/local/bin/bzr', 'explorer']
> encoding: 'UTF-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'
> plugins:
>  bzrtools             /Library/Python/2.6/site-packages/bzrlib/ 
> plugins/bzrtools [2.1.0]
>  colo                 /Library/Python/2.6/site-packages/bzrlib/ 
> plugins/colo [0.2.0dev]
>  email                /Library/Python/2.6/site-packages/bzrlib/ 
> plugins/email [unknown]
>  explorer             /Library/Python/2.6/site-packages/bzrlib/ 
> plugins/explorer [1.1.0dev]
>  extmerge             /Library/Python/2.6/site-packages/bzrlib/ 
> plugins/extmerge [unknown]
>  fastimport           /Library/Python/2.6/site-packages/bzrlib/ 
> plugins/fastimport [0.9.0dev]
>  keychain             /Library/Python/2.6/site-packages/bzrlib/ 
> plugins/keychain [0.1.0]
>  launchpad            /Library/Python/2.6/site-packages/bzrlib/ 
> plugins/launchpad [2.2b2]
>  loom                 /Library/Python/2.6/site-packages/bzrlib/ 
> plugins/loom [2.1.1dev]
>  netrc_credential_store /Library/Python/2.6/site-packages/bzrlib/ 
> plugins/netrc_credential_store [2.2b2]
>  news_merge           /Library/Python/2.6/site-packages/bzrlib/ 
> plugins/news_merge [2.2b2]
>  pipeline             /Library/Python/2.6/site-packages/bzrlib/ 
> plugins/pipeline [unknown]
>  qbzr                 /Library/Python/2.6/site-packages/bzrlib/ 
> plugins/qbzr [0.19.0dev1]
>  rewrite              /Library/Python/2.6/site-packages/bzrlib/ 
> plugins/rewrite [0.6.1dev]
>  svn                  /Library/Python/2.6/site-packages/bzrlib/ 
> plugins/svn [1.0.3dev]
>  upload               /Library/Python/2.6/site-packages/bzrlib/ 
> plugins/upload [1.0.0dev]
>  xmloutput            /Library/Python/2.6/site-packages/bzrlib/ 
> plugins/xmloutput [0.8.7.dev]
>
> *** 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.
>
> -----Original Message-----
> From: bazaar-bounces at lists.canonical.com [mailto:bazaar- 
> bounces at lists.canonical.com] On Behalf Of Gordon Tyler
> Sent: Tuesday, May 11, 2010 3:24 AM
> To: bzr-mac; bzr-packagers at lists.launchpad.net; Bazaar
> Subject: Bazaar 2.2b2-3 Mac OS X 64-bit installer
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi all,
>
> I've uploaded a third version of the Bazaar 2.2b2 Mac OS X 64-bit  
> installer, which includes a patch from Paul Wagland to silence the  
> annoying warning from pycrypto about paramiko's unsafe usage of  
> RandomPool.
>
> The reasoning for silencing the warning is that there's not much we  
> can do about it until paramiko is fixed, so all the warning  
> accomplishes is annoying our faithful Mac users. :)
>
> If we make another 2.1 release, I will incorporate this patch into  
> that as well.
>
> Ciao,
> Gordon
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iQEbBAEBAgAGBQJL6LG+AAoJEIrPJfWinA2uMeAH+IDoL7Q9ImWahJzw9/b6e6wp
> GsjSo4pW9KTnvprCWwnyXLbQBdSLKLke42mlOVcHkj884kRlMKh9U63ycRonGt0+
> OW4+PeKvnJB7RsKwAhNBu5cYorAaB8iMisstncnXpEhJrpHlpXDBLXS+9nxW389O
> WN8y4EwwFEmej8viDAcOq1Yf2EU0k+w8Pvvt/KAYC2Kp1gU15SZTd1ams0IKM+T5
> cJQTo8fTITwrWCUEV+Y/N7bmVWNQlKaBLI3Hc+9HPwcXpcBhs9Ti4mNFhJgRXxqV
> FnKbPcw96AhVzYzOekns8vRK89pqa/D33d/XG2u17YqACaU59r0h3YclkiPWNw==
> =amsd
> -----END PGP SIGNATURE-----
>
>



More information about the bazaar mailing list