Re: Trouble Running Tutorial when running syncdb first time on Mac OS X

2008-06-10 Thread Juan Hernandez
sqlite3.OperationalError: unable to open database file <<-- here is the problem, check permissions On Wed, Jun 11, 2008 at 6:00 PM, jeff <[EMAIL PROTECTED]> wrote: > > I have been trying to get Django up and running on Mac OS X (10.5.3). > I did everything in the tutorial and successfully got the

Trouble Running Tutorial when running syncdb first time on Mac OS X

2008-06-10 Thread jeff
I have been trying to get Django up and running on Mac OS X (10.5.3). I did everything in the tutorial and successfully got the server up and running. I made changes to the settings.py file, which were: DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3