OS: Mac OS X - 10.4 SQLite: 3.1.3 Django: 0.96 Python: 2.5 I've set the DATABASE_ENGINE to 'sqlite3', and the db gets created when I call
$manage.py syncdb And the project/apps all work fine. When I try to connect to it from the commandline 'sqlite3' tool, or pipe manage.py clearsql [appname], etc. I get an 'error: unsupported file format', when I try to execute any statement or view tables etc. Same thing happens if I try to pipe output into sqlite3, ie: $manage.py sqlclear [appname] | sqlite3 my.db Can't figure out what seems to be the problem here. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---