perhaps it related with pydal is not released yet on pypi, btw, this is the 
step i took to reproduce the traceback above
rm -rf ~/learn/python/web3py
cd ~/learn/python
git clone https://github.com/web2py/web3py
source activate python3_test
cd ~/learn/python/web3py
*pip install **-r requirements.**txt*
python web3py.py applications/
open http://localhost:8000/todo/index

the bolt command should updated the pydal, isn't it ? or should i run it 
with 
pip install -U -r requirements.txt

no worries for scaffolding app that come with css or frontend embeded, what 
i mean of agnostic is something like sqlform or sqlform.grid(). the 
sqlform.grid() is great to help build web app faster, but not flexible 
because glued with only bootstrap framework, perhaps if you can make it 
work with another frontend framework, that would be nice to have.

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