yeah, after fixing all my typos :-)
I got it working no problem.
all I did was open up dev.cfg, uncomment the line regarding sqlite
and typed in a location that I decided to put my DB (in this case it
was $PROJECTDIR/database/mydb.db), I did not make a file names mydb.db.
I then made my data model in model.py, went to the project directory
and typed tg-admin sql create
no problems (after the typo fixes of course)
On Jan 9, 2006, at 2:17 AM, [EMAIL PROTECTED] wrote:
Jeremy Petzold wrote:
DB is locked?
can you use SQLite for anything else with out any problems?
I don't know. I just random testing the new things from fresh. My
other
active working stuff use postgresql which doesn't have this locked
problem.