pls provide your environment (os and python version), the log errors 
indicate in windows but the shell sign is indicate in *nix environment
the step provided before tested in mac and also in run well in ubuntu n 
debian

docker pull ubuntu
docker run -it ubuntu /bin/bash

docker pull debian
docker run -it debian /bin/bash

apt update
apt install -y git python-setuptools python3-setuptools 
git clone --recursive https://github.com/web2py/web2py.git
cd web2py
git checkout modular
cd gluon/packages/dal/
git checkout modular
cd ../../../
python setup.py
python3 setup.py
python web2py.py
python3 web2py.py 

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