[web2py] External lib import issue ( opencv )

2012-05-16 Thread web2py_tn
Hey guys- I installed opencv and it works great integrated with python when I run it from the command line. Actually even web2py runs fine with opencv with the line of code "import cv" when I run it from the terminal. My problem is with Aptana ( pydev ). When I run the project in pydev, "import

[web2py] Re: 'Morsel' object has no attribute 'split' ?

2013-02-01 Thread web2py_tn
Hey Ben- Can you share your version of facebook.py? On Wednesday, February 1, 2012 2:24:29 PM UTC+1, Ben Tammetta wrote: > > It seemed that version of facebook.py that I was using is just > incompatible and/or outdated > get_user_from_cookie() was trying to parse a cookie variable out that did >

[web2py] breakpoints + Eclipse + Web2Py

2012-03-23 Thread web2py_tn
Hi guys- I sat up my Aptana Studio and loaded a web2py project that has breakpoints in it. I ran web2py.py in a debug more and for some reason, it doesn't stop at the breakpoints. If I create a new python project with breakpoints, it works perfectly fine. can you guys help?

[web2py] Re: [web2py:6815] Re: PostgreSQL and groupby

2013-09-02 Thread web2py_tn
but that defeats the purpose if I order by all the fields. I've been trying for hours now get the correct way of grouping by ( groupby table.field ) in postgresql. Any help? On Thursday, June 26, 2008 3:35:50 PM UTC+2, Massimo Di Pierro wrote: > >(a==1)|(b==2) is translated in "(a=1) OR (b=2)