﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
530	Unable to initialize SQLite database	anonymous	Adrian Holovaty	"Plateform: Win2000; python2.4; pysqlite 2.0.4; django 654 revision

While Initializing, got the error:

Error: The database couldn't be initialized.
unable to open database file

p.s. did include absolute path in main.py for sqlite (such as c:\xxx\xxx)
======main.py==========
DATABASE_ENGINE = 'sqlite3' # 'postgresql', 'mysql', or 'sqlite3'.
DATABASE_NAME = 'C:\DjanGoProject\first_proj\sqlitedb'             # Or path to database file if using sqlite3.
DATABASE_USER = ''             # Not used with sqlite3.
DATABASE_PASSWORD = ''         # Not used with sqlite3.
DATABASE_HOST = ''             # Set to empty string for localhost. Not used with sqlite3."	defect	closed	Database layer (models, ORM)		critical	invalid			Unreviewed	0	0	0	0	0	0
