I have managed to install PyYAML using the installer.
But now I get a different error:
Traceback (most recent call last):
File "d:/Tools/Development/be/be", line 26, in <module>
sys.exit(libbe.ui.command_line.main())
File "d:\Tools\Development\be\libbe\ui\command_line.py", line 332, in main
ret = dispatch(ui, command, args)
File "d:\Tools\Development\be\libbe\ui\command_line.py", line 264, in
dispatch
ret = ui.run(command, options, args)
File "d:\Tools\Development\be\libbe\command\base.py", line 534, in run
return command.run(options, args)
File "d:\Tools\Development\be\libbe\command\base.py", line 262, in run
self.status = self._run(**params)
File "d:\Tools\Development\be\libbe\command\list.py", line 171, in _run
bugs = [bugdir.bug_from_uuid(uuid) for uuid in bugdir.uuids()]
File "d:\Tools\Development\be\libbe\bugdir.py", line 227, in uuids
self.storage.children(self.id.storage()))
File "d:\Tools\Development\be\libbe\storage\base.py", line 315, in
children
return self._children(*args, **kwargs)
File "d:\Tools\Development\be\libbe\storage\vcs\base.py", line 746, in
_childr
en
children[i] = self._u_path_to_id(cpath)
File "d:\Tools\Development\be\libbe\storage\vcs\base.py", line 912, in
_u_path
_to_id
return self._cached_path_id.id(path)
File "d:\Tools\Development\be\libbe\storage\vcs\base.py", line 319, in id
raise InvalidPath(path, self._spacer_dirs[0])
libbe.storage.vcs.base.InvalidPath: Path
".be/9a57fab4-74c0-42b9-be5a-6c53324386
82\settings" not in root ".be"
I have checked, and the directory does exist, but is empty.
On Fri, Sep 3, 2010 at 2:08 PM, W. Trevor King <[email protected]> wrote:
> On Fri, Sep 03, 2010 at 01:17:30PM +0200, compufreak wrote:
> > But i'm currently having problems installing the dependencies (PyYAML),
> ...
>
> PyYAML has a pure Python implementation, so installation really
> shouldn't be a problem. If you're having problems with any of the
> Windows installers at
> http://pyyaml.org/wiki/PyYAML
> you could download the zip or tarball and run
> $ python setup.py install
> in the unpacked directory.
>
> --
> This email may be signed or encrypted with GPG (http://www.gnupg.org).
> The GPG signature (if present) will be attached as 'signature.asc'.
> For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy
>
> My public key is at http://www.physics.drexel.edu/~wking/pubkey.txt
>
> _______________________________________________
> Be-devel mailing list
> [email protected]
> http://void.printf.net/cgi-bin/mailman/listinfo/be-devel
>
>
_______________________________________________
Be-devel mailing list
[email protected]
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel