Installing bzr.dev over 0.18.0 failed
Rene Leonhardt
rene.leonhardt at googlemail.com
Mon Jul 30 20:29:59 BST 2007
bzr 0.18.0 was installed, tried to install the current bzr.dev over it
in order to try to get the bzr-svn plugin together with the new
unofficial svn Python bindings working on Windows for the first time
(but failed once again):
https://answers.launchpad.net/bzr-svn/+question/7801
bzr: WARNING: bzrlib version doesn't match the bzr program.
This may indicate an installation problem.
bzrlib from ['C:\\Python\\lib\\site-packages\\bzrlib'] is version (0,
18, 0, 'final', 0)
Unable to load plugin u'svn' from u'D:/Dokumente und
Einstellungen/Ash/Anwendungsdaten/bazaar/2.0/plugins'
Unable to load plugin u'difftools' from u'D:/Dokumente und
Einstellungen/Ash/Anwendungsdaten/bazaar/2.0/plugins'
Unable to load plugin 'bzrxmloutput' from
'C:\\Python\\lib\\site-packages\\bzrlib\\plugins'
Unable to load plugin 'launchpad' from
'C:\\Python\\lib\\site-packages\\bzrlib\\plugins'
bzr: ERROR: exceptions.ImportError: cannot import name zero_nineteen
Traceback (most recent call last):
File "C:\Python\Lib\site-packages\bzrlib\commands.py", line 729, in
run_bzr_catch_errors
return run_bzr(argv)
File "C:\Python\Lib\site-packages\bzrlib\commands.py", line 681, in
run_bzr
cmd_obj = get_cmd_object(cmd, plugins_override=not opt_builtin)
File "C:\Python\Lib\site-packages\bzrlib\commands.py", line 142, in
get_cmd_object
return _get_cmd_object(cmd_name, plugins_override)
File "C:\Python\Lib\site-packages\bzrlib\commands.py", line 157, in
_get_cmd_object
cmds = _get_cmd_dict(plugins_override=plugins_override)
File "C:\Python\Lib\site-packages\bzrlib\commands.py", line 123, in
_get_cmd_dict
d = _builtin_commands()
File "C:\Python\Lib\site-packages\bzrlib\commands.py", line 102, in
_builtin_commands
import bzrlib.builtins
File "C:\Python\Lib\site-packages\bzrlib\builtins.py", line 1234, in
<module>
class cmd_init(Command):
File "C:\Python\Lib\site-packages\bzrlib\builtins.py", line 1265, in
cmd_init
registry=bzrdir.format_registry,
File "C:\Python\Lib\site-packages\bzrlib\lazy_import.py", line 106, in
__getattribute__
obj = _replace()
File "C:\Python\Lib\site-packages\bzrlib\lazy_import.py", line 89, in
_replace
obj = factory(self, scope, name)
File "C:\Python\Lib\site-packages\bzrlib\lazy_import.py", line 184, in
_import
module = __import__(module_python_path, scope, scope, [member])
File "C:\Python\lib\site-packages\bzrlib\bzrdir.py", line 71, in <module>
from bzrlib.transport.local import LocalTransport
File "C:\Python\lib\site-packages\bzrlib\transport\__init__.py", line
52, in <module>
from bzrlib.symbol_versioning import (
ImportError: cannot import name zero_nineteen
bzr 0.18.0 on python 2.5.1.final.0 (win32)
arguments: ['C:\\Python\\Scripts\\bzr', 'version']
** please send this report to bazaar at lists.ubuntu.com
In case someone wants to know, after removing the old
C:\Python\lib\site-packages\bzrlib and reinstalling bzr.dev, "bzr
selftest svn" now immediately stops with "bzr: ERROR: Unable to import
paramiko (required for sftp support): cannot import name util".
More information about the bazaar
mailing list