bazaar-ng 0.7 released
Vincent LADEUIL
v.ladeuil at alplog.fr
Mon Jan 23 10:21:47 GMT 2006
When I saw this message, I pulled from
http://bazaar-ng.org/bzr/bzr.dev.
I get 2 revisions pulled (1523 and 1524).
Trying to install that I get :
,----
| vila:~/src/bzr.dev :) $ python setup.py install --home $HOME
| running install
| running build
| running build_py
| running build_scripts
| Traceback (most recent call last):
| File "setup.py", line 105, in ?
| data_files=[('man/man1', ['bzr.1'])],
| File "/usr/lib/python2.4/distutils/core.py", line 149, in setup
| dist.run_commands()
| File "/usr/lib/python2.4/distutils/dist.py", line 946, in run_commands
| self.run_command(cmd)
| File "/usr/lib/python2.4/distutils/dist.py", line 966, in run_command
| cmd_obj.run()
| File "/usr/lib/python2.4/distutils/command/install.py", line 506, in run
| self.run_command('build')
| File "/usr/lib/python2.4/distutils/cmd.py", line 333, in run_command
| self.distribution.run_command(command)
| File "/usr/lib/python2.4/distutils/dist.py", line 966, in run_command
| cmd_obj.run()
| File "setup.py", line 77, in run
| bzr_man.main()
| File "/home/vila/src/bzr.dev/bzr_man.py", line 220, in main
| bzrlib.help.help("commands", outfile=HelpReader(clp))
| File "/home/vila/tmp/bzr-test/bzr.dev/bzrlib/help.py", line 64, in help
| File "/home/vila/tmp/bzr-test/bzr.dev/bzrlib/help.py", line 152, in help_commands
| File "/usr/lib/python2.4/commands.py", line 96, in builtin_command_names
|
| File "/usr/lib/python2.4/commands.py", line 83, in _builtin_commands
| s = s + '"'
| File "/home/vila/src/bzr.dev/bzrlib/builtins.py", line 31, in ?
| from bzrlib.branch import Branch
| File "/home/vila/src/bzr.dev/bzrlib/branch.py", line 23, in ?
| import xml.sax.saxutils
| ImportError: No module named sax.saxutils
| vila:~/src/bzr.dev :( $
`----
So I downloaded http://bazaar-ng.org/pkg/bzr-0.7.tar.gz and
installed that instead by issuing :
python setup.py install --home $HOME
I have the feeling that using 'python setup.py clean' and 'python
setup.py install --home $HOME' is not sufficient when it comes to
switch between 0.7 version and 'bzr.dev' version...
Am I right ?
Anyway, is 'sax.saxutils' a new requirement ?
Vincent
More information about the bazaar
mailing list