bzr is broken on update to mountain lion
Bug #1031068 reported by
Adam Del Vecchio
on 2012-07-30
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Bazaar Mac Installers |
Medium
|
Gordon Tyler |
Bug Description
I had bzr working on Mac OS X Lion. Upon upgrading to Mac OS X Mountain Lion (which installs python 2.7), the package no longer works, and any bzr command produces:
bzr: ERROR: Couldn't import bzrlib and dependencies.
Please check the directory containing bzrlib is on your PYTHONPATH.
Traceback (most recent call last):
File "/usr/local/
import bzrlib
ImportError: No module named bzrlib
Gordon Tyler (doxxx) wrote : | #2 |
I thought OS X Lion already had Python 2.7 installed?
My guess is that the OS X upgrade wiped the Python site-packages directory where most of bzr is installed but left /usr/local/bin alone, which is where the 'bzr' script is installed. Did you have any other Python packages installed that perhaps may have broken as well?
Changed in bzr-mac-installers: | |
assignee: | nobody → Gordon Tyler (doxxx) |
importance: | Undecided → Medium |
To post a comment you must log in.
A reinstall fixes the problem.