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 python2714_test python=2.7.14
source activate python2714_test
python -V
python ~/python/web2py/web2py.py --nogui --no-banner -a a -i 0.0.0.0 -p 8000

cd
rm -rf ~/python/web2py/applications/test
cp -R ~/python/web2py/applications/welcome/ 
~/python/web2py/applications/test
rsync -zavr ~/git/web2py/test ~/python/web2py/applications/
rsync -zavur ~/git/web2py/test ~/python/web2py/applications/
curl http://127.0.0.1:8000/test/install_demo

but still can't find solution for 2.7.15 version, any hint?

thanks and best regards,
stifan

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to