Bazaar module error on OS X

Brad Fults bfults+bzr at gmail.com
Wed Sep 12 06:17:12 BST 2007


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


Now how would I change that path?

Thanks.

-- 
Brad Fults



More information about the bazaar mailing list