I am trying to follow Jeff Croft's tutorial:
http://www2.jeffcroft.com/blog/2006/may/11/django-dreamhost/
One difference, I'm trying to install with sqlite3, instead of mysql.
I was doing okay, I think, until this step:
3. Syncronize your Django database with the changes you've made in
the settings file. This process will also prompt you to create a
"superuser" for your project: django-admin.py syncdb
Traceback (most recent call last):
File "/home/walterbyrd/django.niche-software.com/django/django_src/
django/bin/django-admin.py", line 5, in ?
management.execute_from_command_line()
File "/home/walterbyrd/django.niche-software.com/django/django_src/
django/core/management.py", line 1639, in execute_from_command_line
action_mapping[action](int(options.verbosity),
options.interactive)
File "/home/walterbyrd/django.niche-software.com/django/django_src/
django/core/management.py", line 538, in syncdb
cursor = connection.cursor()
File "/home/walterbyrd/django.niche-software.com/django/django_src/
django/db/backends/sqlite3/base.py", line 58, in cursor
self.connection = Database.connect(**kwargs)
pysqlite2.dbapi2.OperationalError: unable to open database file
On my home debian system, I was able to install, and use django with
sqlite3. Anybody have any idea where I went wrong?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---