Re: [web2py] Re: Trunk unusable after this morning's git pull

2015-02-10 Thread Johann Spies
On 9 February 2015 at 20:51, Massimo Di Pierro wrote: > Can you try: > > python web2py.py -S welcome > >>> from gluon.dal import _default_validators > > what error do you get? > I had to get web2py working so I just unpacked a web2py_src.zip over the existing installation. Today I did a new "gi

[web2py] Re: Trunk unusable after this morning's git pull

2015-02-09 Thread Massimo Di Pierro
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: > ---