Also, I installed opencv using homebew and I can find OpenCV folder in /usr/local/share/ where there is OpenCVConfig-version.cmake haarcascades OpenCVConfig.cmake lbpcascades doc That means OpenCV's installation path is /usr/local/share/, right?
On Wed, May 16, 2012 at 10:33 AM, Bassem Bouguerra <bougue...@gmail.com>wrote: > Thanks Willis > > > Do I add that into the web2py.py ? > > > On Wed, May 16, 2012 at 8:17 AM, Wikus van de Merwe < > dupakrop...@googlemail.com> wrote: > >> Where is the opencv installed in your system? When you check python >> interpreters in PyDev options is that path on the list? >> >> If you still struggling with it, a workaround could be to add the >> installation folder to the system path by hand: >> import sys >> sys.path.append("opencv") >> >> > > > -- > http://bouguerra.org > > > -- http://bouguerra.org