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...

-- 
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

Attachment: pgpUQlzCFORz7.pgp
Description: PGP signature

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

Reply via email to