Hi Dough,
I'm trying to install opencv to my system but I'm not able to let it work something wrong with the svgwrite lib.. Have installed the ipython python-opencv python-scipy python-numpy python-setuptools python-pip.
then did
sudo pip install
https://github.com/sightmachine/SimpleCV/zipball/master
this is the ERROR that I get :
ERROR:
Traceback (most recent call last):
File "/usr/local/bin/simplecv", line 9, in <module>
load_entry_point('SimpleCV==1.3', 'console_scripts', 'simplecv')()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 337, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2279, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1989, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/usr/local/lib/python2.7/dist-packages/SimpleCV/__init__.py", line 4, in <module>
from SimpleCV.Camera import *
File "/usr/local/lib/python2.7/dist-packages/SimpleCV/Camera.py", line 5, in <module>
from SimpleCV.ImageClass import Image, ImageSet, ColorSpace
File "/usr/local/lib/python2.7/dist-packages/SimpleCV/ImageClass.py", line 14768, in <module>
from SimpleCV.DrawingLayer import *
File "/usr/local/lib/python2.7/dist-packages/SimpleCV/DrawingLayer.py", line 5, in <module>
import svgwrite
ImportError: No module named svgwrite
It is installed cause it gives me results when typing ipython
or import cv2
print cv2.version it gives me :
In [2]: print cv2.version
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-2-af53e89309d8> in <module>()
----> 1 print cv2.version
AttributeError: 'module' object has no attribute 'version'
So for now I'm stuck again ...

and going bananaz
BR ,
Richard