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
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
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
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
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
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
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
>
> >>> 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
8 matches
Mail list logo