[web2py] Re: ValueError that returns the SELECT query

2015-10-18 Thread Charles Levesque
I think I've found the problem. I was misusing the db variable somewhere in my modules. See: https://github.com/web2py/web2py/issues/701 Le vendredi 16 octobre 2015 22:59:43 UTC-4, Charles Levesque a écrit : > > Traceback (most recent call last): > File "/home/ww

[web2py] ValueError that returns the SELECT query

2015-10-16 Thread Charles Levesque
Traceback (most recent call last): File "/home/www-data/web2py/gluon/restricted.py", line 227, in restricted exec ccode in environment File "/home/www-data/web2py/applications/news/controllers/parser.py"

[web2py] Re: HELP: REST service problem when api in remote server.

2014-05-02 Thread Charles Levesque
Typical code 18 with the ID 10T. That part slipped through my hands. Thanks Richard. Le vendredi 2 mai 2014 00:13:57 UTC-4, Charles Levesque a écrit : > > Hi everyone, > > I have a problem with my application. It is a function that uses the > @request.restful() decorator. The

Re: [web2py] PyCharm 3.0 EAP web2py support!!

2013-08-09 Thread Charles Levesque
To debug, simply run the application in debug mode and then, set the break point. Works fine for me. Charles Le jeudi 8 août 2013 15:56:50 UTC-4, Richard a écrit : > > Hello, > > http://blog.jetbrains.com/pycharm/2013/06/meet-pycharm-3-0-eap/ > > :) > > Richard > -- --- You received this mes

[web2py] Re: web2py_component with helper A(cid=request.cid) and LOAD()

2013-06-07 Thread Charles Levesque
It's working on your side? I'll be damned =P. I'll download another web2py and reinstall my app on it, hopping that it'll work. It must be when I updated web2py before playing with components. Thanks for your time and support. Much appreciated. -- --- You received this message because you a

[web2py] web2py_component with helper A(cid=request.cid) and LOAD()

2013-06-06 Thread Charles Levesque
Hi everyone, I have a problem with a component. Within a view, I load a component with the LOAD function of web2py. //- a_view.html {{=LOAD(f='phone_numbers.load',args=('profile'),vars=dict(user_id=auth.user_id), ajax=True, target="ph