不幸的是,this question的答案没有回答我的问题。 :(
我安装了以下内容:
$ python
Python 2.7.5 (default, Mar 9 2014, 22:15:05)
$ brew install qt
Warning: qt-4.8.6 already installed
$ brew install pyqt
Warning: pyqt-4.11.1 already installed
$ brew install sip
Warning: sip-4.16.3 already installed
然后,当我尝试运行bzr explorer
时,它会返回以下内容:
$ bzr explorer
bzr: ERROR: No module named PyQt4
You may need to install this Python library separately.
我在Mac OS 10.9.x上运行。
我的/Users/me/.bazaar/plugins
目录包含以下内容:
$ ll
total 0
drwxr-xr-x 25 me staff 850 Oct 9 15:21 explorer
drwxr-xr-x 20 me staff 680 Oct 9 15:22 qbzr
我错过了什么?