I am hoping someone may be able to help me, I am trying to use Bugs
Everywhere, that I just pulled from the GIT repo (22 Feb 2011) on a
Microsoft Windows XP machine with Bazaar (2.2.3) and Python 2.6.5
(ActiveState Software Inc.). When I execute the 'init' command I get the
following error :
** SNIP **
C:\XXX\ZZZ>be init
Traceback (most recent call last):
File "C:\Program Files\Python26\Scripts\be.py", line 26, in <module>
sys.exit(libbe.ui.command_line.main())
File "C:\PROGRA~1\Python26\lib\site-packages\libbe\ui\command_line.py",
line 332, in main
ret = dispatch(ui, command, args)
File "C:\PROGRA~1\Python26\lib\site-packages\libbe\ui\command_line.py",
line 264, in dispatch
ret = ui.run(command, options, args)
File "C:\PROGRA~1\Python26\lib\site-packages\libbe\command\base.py", line
535, in run
return command.run(options, args)
File "C:\PROGRA~1\Python26\lib\site-packages\libbe\command\base.py", line
262, in run
self.status = self._run(**params)
File "C:\PROGRA~1\Python26\lib\site-packages\libbe\command\init.py", line
90,in _run
storage.connect()
File "C:\PROGRA~1\Python26\lib\site-packages\libbe\storage\base.py", line
216, in connect
self._connect()
File "C:\PROGRA~1\Python26\lib\site-packages\libbe\storage\vcs\base.py",
line 614, in _connect
self.root()
File "C:\PROGRA~1\Python26\lib\site-packages\libbe\storage\vcs\base.py",
line 577, in root
root = self._vcs_root(self.repo)
File "C:\PROGRA~1\Python26\lib\site-packages\libbe\storage\vcs\bzr.py",
line 139, in _vcs_root
cmd.cleanup_now()
File "C:\PROGRA~1\Python26\lib\site-packages\bzrlib\commands.py", line
441, in cleanup_now
self._operation.cleanup_now()
AttributeError: 'cmd_root' object has no attribute '_operation'
** SNIP **
While I am pretty new to Python I am not new to programming ... is there
something else I should be trying?
_______________________________________________
Be-devel mailing list
[email protected]
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel