I don't use windows very much, but  it sounds like your version of
python does not have the sqlite2 module installed, see
http://cheeseshop.python.org/pypi/pysqlite/2.3.4


If you are new to python, it might be useful for you to use
easy_install to download packages and resolve dependencies.  You can
get started by going to http://peak.telecommunity.com/DevCenter/EasyInstall
and running ez_setup.py
Once you have this setup, you can download and autoinstall python
libraries you need by running the easy_install program with the
desired package. For example,
  easy_install pysqlite

On Sep 23, 2:14 pm, Goon <[EMAIL PROTECTED]> wrote:
> Newbie question:
>
> I'm trying to use a sqlite3 database on a windows machine, I get this
> error when I run "manage.py syncdb" :
>
> django.core.exceptions.ImproperlyConfigured: Error loading pysqlite2
> module: No module named pysqlite2._sqlite
>
> how can I get django to find my database?


--~--~---------~--~----~------------~-------~--~----~
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