Settings.py wants a sqlite3.db. When I loaded python 2.5 I got a
sqlite3.dll and sqlite3.pyd sqlite3.lib, but no sqlite3.db. I used
sqlite3.pyd and got:
  File "C:\Python25\Lib\site-packages\django\db\__init__.py", line 16,
in <module>
    backend = __import__('%s%s.base' % (_import_path,
settings.DATABASE_ENGINE),
 {}, {}, [''])
  File "C:\Python25\Lib\site-packages\django\db\backends
\sqlite3\base.py", line
28, in <module>
    raise ImproperlyConfigured, "Error loading %s module: %s" %
(module, exc)
django.core.exceptions.ImproperlyConfigured: Error loading sqlite3
module: DLL load failed with error code 193




I’m having trouble getting an Open source version of sqlite3 as I know
nothing about it.

Any suggestions.


--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to