Advertisement
kscottz

Untitled

Sep 2nd, 2011
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 10.09 KB | None | 0 0
  1. device-0b4e9e:simplecv-git katherinescott$ sudo python setup.py install
  2. Password:
  3. running install
  4. running bdist_egg
  5. running egg_info
  6. writing SimpleCV.egg-info/PKG-INFO
  7. writing top-level names to SimpleCV.egg-info/top_level.txt
  8. writing dependency_links to SimpleCV.egg-info/dependency_links.txt
  9. reading manifest file 'SimpleCV.egg-info/SOURCES.txt'
  10. writing manifest file 'SimpleCV.egg-info/SOURCES.txt'
  11. installing library code to build/bdist.macosx-10.6-universal/egg
  12. running install_lib
  13. running build_py
  14. creating build/bdist.macosx-10.6-universal/egg
  15. creating build/bdist.macosx-10.6-universal/egg/SimpleCV
  16. copying build/lib/SimpleCV/__init__.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  17. copying build/lib/SimpleCV/base.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  18. copying build/lib/SimpleCV/BinarySVMClassifier.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  19. copying build/lib/SimpleCV/Blob.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  20. copying build/lib/SimpleCV/BlobMaker.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  21. copying build/lib/SimpleCV/BOFFeatureExtractor.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  22. copying build/lib/SimpleCV/Camera.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  23. copying build/lib/SimpleCV/circle_scratch.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  24. copying build/lib/SimpleCV/CodebookSegmentation.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  25. copying build/lib/SimpleCV/Color.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  26. copying build/lib/SimpleCV/ColorModel.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  27. copying build/lib/SimpleCV/ColorSegmentation.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  28. copying build/lib/SimpleCV/Detection.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  29. copying build/lib/SimpleCV/DiffSegmentation.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  30. copying build/lib/SimpleCV/Display.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  31. copying build/lib/SimpleCV/DrawingLayer.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  32. copying build/lib/SimpleCV/EdgeHistogramFeatureExtractor.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  33. copying build/lib/SimpleCV/FeatureExtractorBase.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  34. copying build/lib/SimpleCV/Features.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  35. copying build/lib/SimpleCV/Font.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  36. copying build/lib/SimpleCV/HueHistogramFeatureExtractor.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  37. copying build/lib/SimpleCV/ImageClass.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  38. copying build/lib/SimpleCV/MorphologyFeatureExtractor.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  39. copying build/lib/SimpleCV/RenderEngine.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  40. copying build/lib/SimpleCV/RunningSegmentation.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  41. copying build/lib/SimpleCV/scratch.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  42. copying build/lib/SimpleCV/SegmentationBase.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  43. creating build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell
  44. copying build/lib/SimpleCV/Shell/__init__.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell
  45. copying build/lib/SimpleCV/Shell/Cheatsheet.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell
  46. copying build/lib/SimpleCV/Shell/Example.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell
  47. copying build/lib/SimpleCV/Shell/Help.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell
  48. copying build/lib/SimpleCV/Shell/Shell.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell
  49. copying build/lib/SimpleCV/Shell/Tutorial.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell
  50. copying build/lib/SimpleCV/SimpleBlob.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  51. copying build/lib/SimpleCV/Stream.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV
  52. creating build/bdist.macosx-10.6-universal/egg/SimpleCV/tests
  53. copying build/lib/SimpleCV/tests/__init__.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/tests
  54. copying build/lib/SimpleCV/tests/DisplayTester.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/tests
  55. copying build/lib/SimpleCV/tests/DrawingTests.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/tests
  56. copying build/lib/SimpleCV/tests/test_cameras.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/tests
  57. copying build/lib/SimpleCV/tests/test_haar_cascade.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/tests
  58. copying build/lib/SimpleCV/tests/tests.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/tests
  59. copying build/lib/SimpleCV/tests/vcamera_tests.py -> build/bdist.macosx-10.6-universal/egg/SimpleCV/tests
  60. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/__init__.py to __init__.pyc
  61. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/base.py to base.pyc
  62. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/BinarySVMClassifier.py to BinarySVMClassifier.pyc
  63. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Blob.py to Blob.pyc
  64. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/BlobMaker.py to BlobMaker.pyc
  65. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/BOFFeatureExtractor.py to BOFFeatureExtractor.pyc
  66. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Camera.py to Camera.pyc
  67. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/circle_scratch.py to circle_scratch.pyc
  68. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/CodebookSegmentation.py to CodebookSegmentation.pyc
  69. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Color.py to Color.pyc
  70. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/ColorModel.py to ColorModel.pyc
  71. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/ColorSegmentation.py to ColorSegmentation.pyc
  72. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Detection.py to Detection.pyc
  73. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/DiffSegmentation.py to DiffSegmentation.pyc
  74. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Display.py to Display.pyc
  75. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/DrawingLayer.py to DrawingLayer.pyc
  76. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/EdgeHistogramFeatureExtractor.py to EdgeHistogramFeatureExtractor.pyc
  77. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/FeatureExtractorBase.py to FeatureExtractorBase.pyc
  78. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Features.py to Features.pyc
  79. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Font.py to Font.pyc
  80. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/HueHistogramFeatureExtractor.py to HueHistogramFeatureExtractor.pyc
  81. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/ImageClass.py to ImageClass.pyc
  82. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/MorphologyFeatureExtractor.py to MorphologyFeatureExtractor.pyc
  83. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/RenderEngine.py to RenderEngine.pyc
  84. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/RunningSegmentation.py to RunningSegmentation.pyc
  85. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/scratch.py to scratch.pyc
  86. 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'))
  87. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/SegmentationBase.py to SegmentationBase.pyc
  88. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell/__init__.py to __init__.pyc
  89. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell/Cheatsheet.py to Cheatsheet.pyc
  90. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell/Example.py to Example.pyc
  91. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell/Help.py to Help.pyc
  92. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell/Shell.py to Shell.pyc
  93. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Shell/Tutorial.py to Tutorial.pyc
  94. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/SimpleBlob.py to SimpleBlob.pyc
  95. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/Stream.py to Stream.pyc
  96. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/tests/__init__.py to __init__.pyc
  97. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/tests/DisplayTester.py to DisplayTester.pyc
  98. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/tests/DrawingTests.py to DrawingTests.pyc
  99. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/tests/test_cameras.py to test_cameras.pyc
  100. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/tests/test_haar_cascade.py to test_haar_cascade.pyc
  101. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/tests/tests.py to tests.pyc
  102. byte-compiling build/bdist.macosx-10.6-universal/egg/SimpleCV/tests/vcamera_tests.py to vcamera_tests.pyc
  103. creating build/bdist.macosx-10.6-universal/egg/EGG-INFO
  104. copying SimpleCV.egg-info/PKG-INFO -> build/bdist.macosx-10.6-universal/egg/EGG-INFO
  105. copying SimpleCV.egg-info/SOURCES.txt -> build/bdist.macosx-10.6-universal/egg/EGG-INFO
  106. copying SimpleCV.egg-info/dependency_links.txt -> build/bdist.macosx-10.6-universal/egg/EGG-INFO
  107. copying SimpleCV.egg-info/top_level.txt -> build/bdist.macosx-10.6-universal/egg/EGG-INFO
  108. copying SimpleCV.egg-info/zip-safe -> build/bdist.macosx-10.6-universal/egg/EGG-INFO
  109. creating 'dist/SimpleCV-1.1-py2.6.egg' and adding 'build/bdist.macosx-10.6-universal/egg' to it
  110. removing 'build/bdist.macosx-10.6-universal/egg' (and everything under it)
  111. Processing SimpleCV-1.1-py2.6.egg
  112. Removing /Library/Python/2.6/site-packages/SimpleCV-1.1-py2.6.egg
  113. Copying SimpleCV-1.1-py2.6.egg to /Library/Python/2.6/site-packages
  114. SimpleCV 1.1 is already the active version in easy-install.pth
  115.  
  116. Installed /Library/Python/2.6/site-packages/SimpleCV-1.1-py2.6.egg
  117. Processing dependencies for SimpleCV==1.1
  118. Finished processing dependencies for SimpleCV==1.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement