Can you try: python web2py.py -S welcome >>> from gluon.dal import _default_validators
what error do you get? Do you have a file called gluon/dal.py? On Monday, 9 February 2015 01:46:15 UTC-6, Johann Spies wrote: > > After "git pull" this morning I could not start web2py: > ------------------- > RuntimeError: web2py depends on pydal, which apparently you have not > installed. > Probably you cloned the repository using git without '--recursive' > To fix this, please run (from inside your web2py folder): > > git submodule init && git submodule update > ---------------------- > After "git submodule init && git submodule update": > ------------------ > Traceback (most recent call last): > File "web2py.py", line 18, in <module> > import gluon.widget > File "/home/js/web2py/gluon/__init__.py", line 37, in <module> > from sqlhtml import SQLFORM, SQLTABLE > File "/home/js/web2py/gluon/sqlhtml.py", line 34, in <module> > from gluon.dal import _default_validators > ImportError: cannot import name _default_validators > -------------------- > > Regards > Johann > > -- > Because experiencing your loyal love is better than life itself, > my lips will praise you. (Psalm 63:3) > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

