Check that you have python-sqlite2 installed 
http://oss.itsystementwicklung.de/trac/pysqlite/



On Aug 31, 6:14 pm, Franck Y <franck...@gmail.com> wrote:
> Hello
> I had the install going pretty well but when i do
> python manage.py syncdb
>
> i got this error message
>
> python manage.py syncdb
> Traceback (most recent call last):
>   File "manage.py", line 11, in ?
>     execute_manager(settings)
>   File "/usr/lib/python2.4/site-packages/django/core/management/
> __init__.py", line 362, in execute_manager
>     utility.execute()
>   File "/usr/lib/python2.4/site-packages/django/core/management/
> __init__.py", line 303, in execute
>     self.fetch_command(subcommand).run_from_argv(self.argv)
>   File "/usr/lib/python2.4/site-packages/django/core/management/
> base.py", line 195, in run_from_argv
>     self.execute(*args, **options.__dict__)
>   File "/usr/lib/python2.4/site-packages/django/core/management/
> base.py", line 221, in execute
>     self.validate()
>   File "/usr/lib/python2.4/site-packages/django/core/management/
> base.py", line 249, in validate
>     num_errors = get_validation_errors(s, app)
>   File "/usr/lib/python2.4/site-packages/django/core/management/
> validation.py", line 22, in get_validation_errors
>     from django.db import models, connection
>   File "/usr/lib/python2.4/site-packages/django/db/__init__.py", line
> 41, in ?
>     backend = load_backend(settings.DATABASE_ENGINE)
>   File "/usr/lib/python2.4/site-packages/django/db/__init__.py", line
> 17, in load_backend
>     return import_module('.base', 'django.db.backends.%s' %
> backend_name)
>   File "/usr/lib/python2.4/site-packages/django/utils/importlib.py",
> line 35, in import_module
>     __import__(name)
>   File "/usr/lib/python2.4/site-packages/django/db/backends/sqlite3/
> base.py", line 30, in ?
>     raise ImproperlyConfigured, "Error loading %s: %s" % (module, exc)
> django.core.exceptions.ImproperlyConfigured: Error loading pysqlite2
> module: No module named pysqlite2
>
> Any idea ?
> I am runing Python 2.4.3, i installed django 1.1 under CentOS 5.3
>
> Franck
--~--~---------~--~----~------------~-------~--~----~
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