Python modules are installed, but site packages may not be available in your sys.path Python, so you cannot import the modules this formula is installed. If you plan to develop these modules, follow these steps:
mkdir -p /Users/myname/Library/Python/2.7/lib/python/site-packages echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/myname/Library/Python/2.7/lib/python/site-packages/homebrew.pth
In my case, this is the homebrew site-packages site, but maybe not yours
source share