2011/3/3 W. Trevor King <[email protected]>

> On Thu, Mar 03, 2011 at 02:05:32PM +0100, Anders Sneckenborg wrote:
> > I am trying to use BE on Windows but I can't figure out how to install
> it.
> > Anyone know how to do it?
>
> Download the latest stable release [1].  Then unpack the tarball with
> something like 7-zip [2].  After installing the runtime dependencies
> (Python [2] and PyYAML [3]), you can install BE from its unpacked
> directory with:
>  python setup.py install
>
> [1] http://download.bugseverywhere.org/releases/be-1.0.0.tar.gz
> [1] http://www.7-zip.org/
> [2] http://www.python.org/
>  The Windows installer for the current 2.x series is
>    http://www.python.org/ftp/python/2.7.1/python-2.7.1.msi
> [3] http://pyyaml.org/
>  The Windows installer for Python 2.7 is
>    http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py2.7.exe
>
>
Hi and thanks

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\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\init.py", line 90, in _run
    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 136, in _vcs_root
    cmd = bzrlib.builtins.cmd_root()
AttributeError: 'NoneType' object has no attribute 'builtins'


/Anders
_______________________________________________
Be-devel mailing list
[email protected]
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel

Reply via email to