Bazaar module error on OS X
Adam Mercer
ramercer at gmail.com
Wed Sep 12 13:49:37 BST 2007
On 12/09/2007, Brad Fults <bfults+bzr at gmail.com> wrote:
> On 9/11/07, Robert Collins <robertc at robertcollins.net> wrote:
> > try this:
> > python
> > >>> import bzrlib
> > >>> bzrlib.__path__
> >
> > I'm betting that will be different to what you expect.
>
> Indeed you were correct. Mine says:
>
> >>> bzrlib.__path__
> ['/opt/local/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/bzrlib']
>
>
> While his says:
>
> >>> bzrlib.__path__
> ['/opt/local/lib/python2.4/site-packages/bzrlib']
Hi
I maintain the bazaar port for macports, the port should install
bzrlib in the /opt/ocal/python2.4/site-packages/bzrlib path so it
looks like you installed bzr by hand at some point - if you remove the
bzrlib installed at /opt/local/Library/Frameworks... you should be OK.
Cheers
Adam
More information about the bazaar
mailing list