ok so created my project for the tut and I am using SQLite and I have
tried to syncdb it but

""  sebastian-stephensons-computer:~/Sites/ubertester sebey$ python
manage.py syncdb
Traceback (most recent call last):
  File "manage.py", line 11, in <module>
    execute_manager(settings)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/django/core/management.py", line 1672, in
execute_manager
    execute_from_command_line(action_mapping, argv)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/django/core/management.py", line 1571, in
execute_from_command_line
    action_mapping[action](int(options.verbosity),
options.interactive)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/django/core/management.py", line 508, in
syncdb
    table_list = _get_table_list()
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/django/core/management.py", line 69, in
_get_table_list
    return get_introspection_module().get_table_list(cursor)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/django/db/backends/sqlite3/introspection.py",
line 10, in get_table_list
    ORDER BY name""")
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/django/db/backends/util.py", line 12, in
execute
    return self.cursor.execute(sql, params)
  File "/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/site-packages/django/db/backends/sqlite3/base.py", line 93,
in execute
    return Database.Cursor.execute(self, query, params)
sqlite3.DatabaseError: file is encrypted or is not a database
""

what is wrong help?
note I have not build it is still in .bin is this a problem?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to