Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- device-0b4e9e:simplecv-git katherinescott$ sudo python setup.py install
- Password:
- running install
- running bdist_egg
- running egg_info
- writing SimpleCV.egg-info/PKG-INFO
- writing top-level names to SimpleCV.egg-info/top_level.txt
- writing dependency_links to SimpleCV.egg-info/dependency_links.txt
- reading manifest file 'SimpleCV.egg-info/SOURCES.txt'
- writing manifest file 'SimpleCV.egg-info/SOURCES.txt'
- installing library code to build/bdist.macosx-10.6-universal/egg
- running install_lib
- running build_py
- creating build/bdist.macosx-10.6-universal/egg
- creating build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/__init__.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/base.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/BinarySVMClassifier.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/Blob.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/BlobMaker.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/BOFFeatureExtractor.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/Camera.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/circle_scratch.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/CodebookSegmentation.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/Color.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/ColorModel.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/ColorSegmentation.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/Detection.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/DiffSegmentation.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/Display.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/DrawingLayer.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/EdgeHistogramFeatureExtractor.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/FeatureExtractorBase.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/Features.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/Font.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/HueHistogramFeatureExtractor.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/ImageClass.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/MorphologyFeatureExtractor.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/RenderEngine.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/RunningSegmentation.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/scratch.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/SegmentationBase.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- creating build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell
- copying build/lib/SimpleCV/Shell/__init__.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell
- copying build/lib/SimpleCV/Shell/Cheatsheet.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell
- copying build/lib/SimpleCV/Shell/Example.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell
- copying build/lib/SimpleCV/Shell/Help.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell
- copying build/lib/SimpleCV/Shell/Shell.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell
- copying build/lib/SimpleCV/Shell/Tutorial.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell
- copying build/lib/SimpleCV/SimpleBlob.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- copying build/lib/SimpleCV/Stream.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
- creating build/bdist.macosx-10.6-universal/egg/SimpleCV/tests
- copying build/lib/SimpleCV/tests/__init__.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/tests
- copying build/lib/SimpleCV/tests/DisplayTester.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/tests
- copying build/lib/SimpleCV/tests/DrawingTests.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/tests
- copying build/lib/SimpleCV/tests/test_cameras.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/tests
- copying build/lib/SimpleCV/tests/test_haar_cascade.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/tests
- copying build/lib/SimpleCV/tests/tests.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/tests
- copying build/lib/SimpleCV/tests/vcamera_tests.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/tests
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/__init__.py to __init__.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/base.py to base.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/BinarySVMClassifier.py to BinarySVMClassifier.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Blob.py to Blob.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/BlobMaker.py to BlobMaker.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/BOFFeatureExtractor.py to BOFFeatureExtractor.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Camera.py to Camera.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/circle_scratch.py to circle_scratch.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/CodebookSegmentation.py to CodebookSegmentation.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Color.py to Color.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/ColorModel.py to ColorModel.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/ColorSegmentation.py to ColorSegmentation.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Detection.py to Detection.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/DiffSegmentation.py to DiffSegmentation.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Display.py to Display.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/DrawingLayer.py to DrawingLayer.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/EdgeHistogramFeatureExtractor.py to EdgeHistogramFeatureExtractor.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/FeatureExtractorBase.py to FeatureExtractorBase.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Features.py to Features.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Font.py to Font.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/HueHistogramFeatureExtractor.py to HueHistogramFeatureExtractor.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/ImageClass.py to ImageClass.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/MorphologyFeatureExtractor.py to MorphologyFeatureExtractor.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/RenderEngine.py to RenderEngine.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/RunningSegmentation.py to RunningSegmentation.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/scratch.py to scratch.pyc
- Sorry: IndentationError: ('expected an indented block', ('build/bdist.macosx-10.6-universal/egg/SimpleCV/scratch.py', 19, 3, 'def UpdateCodebook( codebook, pixel, count, bounds ):\n'))
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/SegmentationBase.py to SegmentationBase.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell/__init__.py to __init__.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell/Cheatsheet.py to Cheatsheet.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell/Example.py to Example.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell/Help.py to Help.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell/Shell.py to Shell.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell/Tutorial.py to Tutorial.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/SimpleBlob.py to SimpleBlob.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Stream.py to Stream.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/tests/__init__.py to __init__.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/tests/DisplayTester.py to DisplayTester.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/tests/DrawingTests.py to DrawingTests.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/tests/test_cameras.py to test_cameras.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/tests/test_haar_cascade.py to test_haar_cascade.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/tests/tests.py to tests.pyc
- byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/tests/vcamera_tests.py to vcamera_tests.pyc
- creating build/bdist.macosx-10.6-universal/egg/EGG-INFO
- copying SimpleCV.egg-info/PKG-INFO -> build/bdist.macosx-10.6-universal/egg/EGG-INFO
- copying SimpleCV.egg-info/SOURCES.txt -> build/bdist.macosx-10.6-universal/egg/EGG-INFO
- copying SimpleCV.egg-info/dependency_links.txt -> build/bdist.macosx-10.6-universal/egg/EGG-INFO
- copying SimpleCV.egg-info/top_level.txt -> build/bdist.macosx-10.6-universal/egg/EGG-INFO
- copying SimpleCV.egg-info/zip-safe -> build/bdist.macosx-10.6-universal/egg/EGG-INFO
- creating 'dist/SimpleCV-1.1-py2.6.egg' and adding 'build/bdist.macosx-10.6-universal/egg' to it
- removing 'build/bdist.macosx-10.6-universal/egg' (and everything under it)
- Processing SimpleCV-1.1-py2.6.egg
- Removing /Library/Python/2.6/site-packages/SimpleCV-1.1-py2.6.egg
- Copying SimpleCV-1.1-py2.6.egg to /Library/Python/2.6/site-packages
- SimpleCV 1.1 is already the active version in easy-install.pth
- Installed /Library/Python/2.6/site-packages/SimpleCV-1.1-py2.6.egg
- Processing dependencies for SimpleCV==1.1
- Finished processing dependencies for SimpleCV==1.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement