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 w
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 Boug
Actually I think the installation path is
/usr/local/lib/
But where do I have to manually set it, in web2py?
On Wed, May 16, 2012 at 10:42 AM, Bassem Bouguerra wrote:
> Also, I installed opencv using homebew and I can find OpenCV folder
> in /usr/local/share/ where there is OpenCV
ades 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
>>> wrote:
>>>
>>>> Thanks Willis
>>>>
>>
This is how I solved it:
I went to preferences -> PyDev -> Interpreter - Python and in the Libraries
tab, I added the
folder /usr/local/Cellar/opencv/2.3.1a/lib/python2.7/site-packages/
It worked like a charm!
On Wed, May 16, 2012 at 9:54 PM, Bassem Bouguerra wrote:
> Yup.
>
but I want to orderby one field and not all the fields. I want to orderby
Table1.id only.
On Tue, Sep 3, 2013 at 7:53 AM, Niphlod wrote:
>
>
> On Tuesday, September 3, 2013 1:57:15 AM UTC+2, web2py_tn wrote:
>>
>> but that defeats the purpose if I order by all the fields.
>> I've been trying fo
I am sorry. I am trying to groupby and not orderby.
I want to select from 2 tables and groupby the id of one table. This works
fine in sqllight but throws an error on postgresql.
Massimo suggested that I add the id of the second table using "|". However,
then I can't get the result I need, which is
7 matches
Mail list logo