Re: [web2py] Create databases folder

2011-02-04 Thread Jonathan Lundell
On Feb 4, 2011, at 1:19 PM, Thadeus Burgess wrote: > Nope not working for me. A raw checkout of a branch, there is no NEWINSTALL > file, nor a welcome.w2p file since we don't need it. > > The app only contains controllers, cron, languages, models, modules, static, > tests, views, __init__.py. >

Re: [web2py] Create databases folder

2011-02-04 Thread Thadeus Burgess
Nope not working for me. A raw checkout of a branch, there is no NEWINSTALL file, nor a welcome.w2p file since we don't need it. The app only contains controllers, cron, languages, models, modules, static, tests, views, __init__.py. >From this state, when starting web2py just by python web2py.py.

Re: [web2py] Create databases folder

2011-02-04 Thread Bruno Rocha
I now removed ['cache','cron','uploads','databases','sessions'] ran web2py and it created all folders for me.

Re: [web2py] Create databases folder

2011-02-04 Thread Bruno Rocha
2011/2/4 Thadeus Burgess > Isn't web2py supposed to create the databases, sessions, uploads, etc > folders if they don't exist? > in which case? running from terminal I do: ## $ python web2py.py -S myapp -M -P web2py Enterprise Web Framework Created by Ma

[web2py] Create databases folder

2011-02-04 Thread Thadeus Burgess
Isn't web2py supposed to create the databases, sessions, uploads, etc folders if they don't exist? -- Thadeus