sqlite3.OperationalError
Posted
by fixxxer
on Stack Overflow
See other posts from Stack Overflow
or by fixxxer
Published on 2010-05-22T13:54:55Z
Indexed on
2010/05/22
15:00 UTC
Read the original article
Hit count: 173
Hi, The "python manage.py syncdb" command is giving me the following error:
sqlite3.OperationalError: unable to open database file
I'm following the step by step instructions in Practical Django Projects, so I think this has to do something with the Windows Operating system acting quirky!
Things I've checkde:
1.The path is updated in settings.py is absolutely correcto!
2. Path is : C:\Documents and Settings\fixavier\Desktop\Django\Database\cms\cms.txt
So the entire folder - Database, has sharing and security permissions.
I'm pretty much at the bottom of the ocean for not being able to follow and successfully execute simple instructions, so could you please help me out here!
© Stack Overflow or respective owner