Mac bzr dependencies broken after installing latest Python (2.6.2)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Expired
|
Undecided
|
Unassigned |
Bug Description
Okay, so, I just installed the latest version of Bazaar. I previously installed the latest version of Python, too.
___MY SUSPICIONS___
• Python comes preinstalled on OS X
• The latest version of Python leaves the preinstalled version(s) alone, but I believe it changes some important paths
• The Mac Installer for Bazaar expects (I *think*) the preinstalled version of Python, and does not like whatever changes occurred when I installed the latest version of Python for Mac.
___INSTALLED___
• Bazaar 1.17 using Mac installer (http://
• Python 2.6.2 (http://
___TERMINAL OUTPUT___
$ bzr version
bzr: ERROR: Couldn't import bzrlib and dependencies.
Please check the directory containing bzrlib is on your PYTHONPATH.
Traceback (most recent call last):
File "/Library/
import bzrlib
ImportError: No module named bzrlib
$ echo $PATH
/Library/
Hope that helps.
Let me know if there is any more info I can provide.
Wow, I just noticed that the above PATH repeats the first 3 items. Weird. I'm going to remove those duplicates right now.