[web2py] Re: When creating an application in console mode, the databases folder should be created?

2010-08-13 Thread mdipierro
because you used hg to deploy and hg does not version control empty folder. I just fixed it in trunk by adding an empty file in there. On Aug 12, 8:38 pm, Bruno Rocha wrote: > Hi, > > I were playing with Shell mode, to explain some DAL features in a class, > I did: > > >  ~/web2py$ python web2py

Re: [web2py] Re: When creating an application in console mode, the databases folder should be created?

2010-08-12 Thread Bruno Rocha
My version is 1.83.1 (stable) on Ubuntu 10.04, yours? 2010/8/13 mr.freeze > 'python web2py.py -S test -P' works for me and creates a databases > folder. Perhaps it's a permissions issue with ~/web2py? > > On Aug 12, 8:38 pm, Bruno Rocha wrote: > > Hi, > > > > I were playing with Shell mode, to

[web2py] Re: When creating an application in console mode, the databases folder should be created?

2010-08-12 Thread mr.freeze
'python web2py.py -S test -P' works for me and creates a databases folder. Perhaps it's a permissions issue with ~/web2py? On Aug 12, 8:38 pm, Bruno Rocha wrote: > Hi, > > I were playing with Shell mode, to explain some DAL features in a class, > I did: > > >  ~/web2py$ python web2py.py -S test