bzr: ERROR: Unable to import library "fastimport": No module named fastimport
Jelmer Vernooij
jelmer at vernstok.nl
Mon Nov 15 17:18:50 GMT 2010
affects bzr-fastimport
status triaged
On Mon, 2010-11-15 at 09:18 -0600, John Arbash Meinel wrote:
> On 11/15/2010 9:15 AM, Oliver Schrenk wrote:
> > I'm trying to convert a bzr repository into a git repository
> >
> > Using OS X 10.6.5
> >
> > brew install bazaar
> > mkdir -p ~/.bazaar/plugins
> > cd ~/.bazaar/plugins
> > bzr clone lp:bzr-fastimport fastimport
> >
> > mkdir ~/project.git
> > cd ~/project.git
> > git init
> > bzr fast-export --plain ~/path/to/bzr/branch | git fast-import
> >
> > When running the last command I get
> >
> > bzr: ERROR: Unable to import library "fastimport": No module named fastimport
> >
> > I must be missing something obvious.
> >
> > Best regards
> > Oliver Schrenk
> >
>
> I think 'bzr-fastimport' was changed to require the "python-fastimport"
> module. Jelmer would know more, though.
I'll see if I can improve the error message a bit and improve the
documentation.
Cheers,
Jelmer
More information about the bazaar
mailing list