[web2py] Re: AttributeError: 'thread._local' object has no attribute '_pydal_connection_4411274960_42929'

2018-05-20 Thread 黄祥
found the culprit is on the python version (not affected by the pre installed os or conda), already tested in conda python version from 2.7.10 till 2.7.14 is running well, when using 2.7.15 (latest) is return an error above *step for tested in conda that running well* conda create -y -n python27

[web2py] AttributeError: 'thread._local' object has no attribute '_pydal_connection_4411274960_42929'

2018-05-20 Thread 黄祥
usually installed new web2py app smoothly with step below using python preinstalled os (2.7.10), but when using conda (python 2.7.15) it's return an error: *step:* cd rm -rf ~/python/web2py/applications/test cp -R ~/python/web2py/applications/welcome/ ~/python/web2py/applications/test rsync -zav

Re: [web2py] Re: Best and simpler approach to Inline editing / deleting / appending (jqGrid, Jeditable,etc)

2018-05-20 Thread Tim Richardson
That approach was close to a hack. I don't know why it's not working and I don't use this code any longer. I think, unfortunately perhaps, a rich client approach has won the debate, so you'll probably need to find a JavaScript approach, but web2py power users may have other advice. On Mon, 21 May

Re: [web2py] Re: Best and simpler approach to Inline editing / deleting / appending (jqGrid, Jeditable,etc)

2018-05-20 Thread thomaskappeler731
Hi Tim, I tried your example from the link to the slice below, but I received the error 'NoneType' object is not callable: 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. Traceback (most recent call last): File "/Users/thomas_kappeler/Desktop/CAS-BigDATA_ML/MT-Abschlussarbeit/web2py/gluon/restricted.py", li

[web2py] Re: Does web2py has samothing similar to Django's {% verbatim %} ?

2018-05-20 Thread Anthony
On Sunday, May 20, 2018 at 1:40:29 PM UTC-4, Najtsirk wrote: > > Does web2py have a tag to stop a section in the view from rendering tags? > So i can use small Vue.js snippets? > No, though that's not a bad idea. For now, the typical approach is to use alternative delimiters, either in web2py (v

[web2py] Does web2py has samothing similar to Django's {% verbatim %} ?

2018-05-20 Thread Najtsirk
Does web2py have a tag to stop a section in the view from rendering tags? So i can use small Vue.js snippets? Thanks. K -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Rep

[web2py] Re: Issue with defaultdict(list)

2018-05-20 Thread Ricardo Cárdenas
Hi Drew and all, I saw the same exact problem Drew saw with *defaultdict(list)*. For the benefit of any future debuggers, I thought I'd document what went wrong in our case. One of the functions in the controller was inappropriately named *list()*, thus overriding the definition of *list()* it

Re: [web2py] how to start Celery worker in web2py

2018-05-20 Thread Anthony
> > >>> celery worker -A tasks > File "", line 1 > celery worker -A tasks > ^ > SyntaxError: invalid syntax > The above is not Python code -- it belongs at the command line. Also, I notice you often add replies to threads that are several years old. Unless you are directly