#9359: Problem running manage.py syncdb
------------------------------------+---------------------------------------
Reporter: osyed | Owner: nobody
Status: closed | Milestone:
Component: Uncategorized | Version: 1.0
Resolution: invalid | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Changes (by russellm):
* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0
Comment:
Please don't use the ticket tracker for user support questions. If you
need help getting your Django install working, please ask on the django-
users mailing list.
In this case, the error tells you exactly what is wrong:
{{{
Error loading pysqlite2 module: No module named pysqlite2
}}}
You don't have pysqlite (the python wrapper around SQLite) installed.
--
Ticket URL: <http://code.djangoproject.com/ticket/9359#comment:1>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---