bzr dies with ImportError on "info" command of newly cloned lp:bzr-fastimport repo
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Mac Installers |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Fluffy:fastimport james$ bzr info
bzr: ERROR: exceptions.
Referenced from: /Library/
Reason: image not found
Traceback (most recent call last):
File "/Library/
return the_callable(*args, **kwargs)
File "/Library/
ret = run(*run_argv)
File "/Library/
return self.run(
File "/Library/
return self._operation
File "/Library/
self.cleanups, self.func, *args, **kwargs)
File "/Library/
result = func(*args, **kwargs)
File "/Library/
result = func(*args, **kwargs)
File "/Library/
verbose=
File "/Library/
outfile)
File "/Library/
format = describe_
File "/Library/
format = controldir.
File "/Library/
return self.get(key)()
File "/Library/
return self._dict[
File "/Library/
self._obj = get_named_
File "/Library/
obj = __import_
File "/Library/
import subvertpy
File "/Library/
raise ImportError("Unable to load subvertpy extensions: %s" % e)
ImportError: Unable to load subvertpy extensions: dlopen(
Referenced from: /Library/
Reason: image not found
bzr 2.6.0 on python 2.6.8 (Darwin-
arguments: ['/usr/
plugins: bash_completion
colo[0.4.0], email[unknown], explorer[1.3.0], fastimport[
git[0.6.11], grep[2.6.0], keychain[0.1.0], launchpad[2.6.0], loom[2.2.0],
netrc_
po_
svn[1.2.2], upload[1.0.1dev], weave_fmt[2.6.0], xmloutput[0.8.8]
encoding: 'utf-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'
*** 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:/
including this traceback and a description of the problem.
Fluffy:fastimport james$
Sorry. Forgot to specify that this was on Mac OS X Mavericks (10.9) with bzr 2.6, running with python2.6 as the default Python (configured by Apple's "defaults" tool) instead of python2.7 which is usually the default in this OS.