Zbar + python, crashes on import (OSX 10.9.1)
问题 I've attempted to install Zbar for use with python 2.7.6 with Homebrew and pip (brew install zbar, then pip install zbar) but every time I import it, python crashes. Simply running: #!/usr/bin/python import zbar lands me with this from the terminal: :~ aj$ cd '/Users/aj/Documents/nlcc/check in/python/' && '/usr/bin/python' '/Users/aj/Documents/nlcc/check in/python/test.py' && echo Exit status: $? && exit 1 Segmentation fault: 11 Other modules (wxPython, Numpy, openCV) work just fine, but this