SpaceMass / SpaceCamera

Class project
2 stars 4 forks source link

Install PIL for imageTK #13

Closed danielcsims closed 10 years ago

danielcsims commented 10 years ago

http://stackoverflow.com/questions/10630736/no-module-named-image-tk

danielcsims commented 10 years ago

dyn-160-39-216-122:~ DanielSims$ brew install pillow ==> Downloading https://github.com/python-imaging/Pillow/archive/2.3.0.tar.gz Already downloaded: /Library/Caches/Homebrew/pillow-2.3.0.tar.gz ==> python setup.py install --prefix=/usr/local/Cellar/pillow/2.3.0 --record=installed.txt --single-version-externally-managed ==> Caveats If you need Python to find the installed site-packages: mkdir -p ~/Library/Python/2.7/lib/python/site-packages echo '/usr/local/lib/python2.7/site-packages' >> ~/Library/Python/2.7/lib/python/site-packages/homebrew.pth ==> Summary 🍺 /usr/local/Cellar/pillow/2.3.0: 184 files, 1.8M, built in 11 seconds dyn-160-39-216-122:~ DanielSims$ mkdir -p ~/Library/Python/2.7/lib/python/site-packages dyn-160-39-216-122:~ DanielSims$ echo '/usr/local/lib/python2.7/site-packages' >> ~/Library/Python/2.7/lib/python/site-packages/homebrew.pth

danielcsims commented 10 years ago

fixed #13