2011/3/4 W. Trevor King <[email protected]>
> On Fri, Mar 04, 2011 at 08:11:30AM +0100, Anders Sneckenborg wrote:
> > 2011/3/4 W. Trevor King <[email protected]>
> >
> > > On Thu, Mar 03, 2011 at 09:22:09PM +0100, Anders Sneckenborg wrote:
> > > > I managed to install the software but when I try to use it I get
> error
> > > > messages. Maybe I still need to install something?
> > > >
> > > >
> > > > C:\temp\testbzrbe>be init
> > > > Traceback (most recent call last):
> > > > ...
> > > > File "c:\be-1.0.0\libbe\storage\vcs\bzr.py", line 136, in _vcs_root
> > > > cmd = bzrlib.builtins.cmd_root()
> > > > AttributeError: 'NoneType' object has no attribute 'builtins'
> > >
> > > Hmm, looks like you've managed to install Bazaar but leave bzrlib out
> > > of your Python path ;). What version of Bazaar are you using and how
> > > did you install it?
> >
> > I am using Bazaar version 2.3.0 and I installed the "standalone" version
> at
> > http://wiki.bazaar.canonical.com/WindowsDownloads
>
> As the notes say, the Standalone installer bundles Python. You're
> probably using a different Python installation to run BE. The problem
> is that the Python installation running BE can't find the bzrlib
> package installed with the Python installation that's running bzr.
> You should keep the Python you use for BE and install Bazaar for that
> Python following
> http://wiki.bazaar.canonical.com/WindowsInstall
>
> Alternatively, we could provide fallback command-line storage backends
> for Bazaar and Mercurial for split-installation cases like this...
>
> --
>
>
Hi
I reinstalled bzr and now it looks like BE finds bzrlib but another error
message. Any ideas?
Best regards
Anders
C:\temp2>be list
Traceback (most recent call last):
File "c:\be-1.0.0\be", line 26, in <module>
sys.exit(libbe.ui.command_line.main())
File "c:\be-1.0.0\libbe\ui\command_line.py", line 332, in main
ret = dispatch(ui, command, args)
File "c:\be-1.0.0\libbe\ui\command_line.py", line 264, in dispatch
ret = ui.run(command, options, args)
File "c:\be-1.0.0\libbe\command\base.py", line 534, in run
return command.run(options, args)
File "c:\be-1.0.0\libbe\command\base.py", line 262, in run
self.status = self._run(**params)
File "c:\be-1.0.0\libbe\command\list.py", line 126, in _run
bugdir = self._get_bugdir()
File "c:\be-1.0.0\libbe\command\base.py", line 510, in get_bugdir
self._bugdir = libbe.bugdir.BugDir(self.get_storage(),
File "c:\be-1.0.0\libbe\command\base.py", line 498, in get_storage
self._storage.connect()
File "c:\be-1.0.0\libbe\storage\base.py", line 216, in connect
self._connect()
File "c:\be-1.0.0\libbe\storage\vcs\base.py", line 614, in _connect
self.root()
File "c:\be-1.0.0\libbe\storage\vcs\base.py", line 577, in root
root = self._vcs_root(self.repo)
File "c:\be-1.0.0\libbe\storage\vcs\bzr.py", line 139, in _vcs_root
cmd.cleanup_now()
File "c:\Python27\lib\site-packages\bzrlib\commands.py", line 441, in
cleanup_now
self._operation.cleanup_now()
AttributeError: 'cmd_root' object has no attribute '_operation'
_______________________________________________
Be-devel mailing list
[email protected]
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel