Re: too many options error when launching sqlite3 dbshell

2010-10-23 Thread John Yeukhon Wong
Problem solved. SQLite will chop the path of the sqlite.db... so instead moved to "C:\\sqlite.db" will solve the problem. On Oct 22, 9:47 pm, John Yeukhon Wong wrote: > I have django 1.2.3.0 Final > > In my setting, I have 'sqlite3' filled for the DATABASE_ENGINE. > I am able to work with the sql

too many options error when launching sqlite3 dbshell

2010-10-22 Thread John Yeukhon Wong
I have django 1.2.3.0 Final In my setting, I have 'sqlite3' filled for the DATABASE_ENGINE. I am able to work with the sqlite3 until I am told that I need to access python manage.py dbshell At first I got the error "sqlite3 is not recongized" Then I read threads and I found that this can be s