#14138: Apache setup using sqlite3 breaks when performing a field__regex filter
--------------------------------------------------------+-------------------
Reporter: eternicode | Owner:
nobody
Status: closed | Milestone:
Component: Database layer (models, ORM) | Version: 1.2
Resolution: worksforme | Keywords:
sqlite3 apache operationalerror databaseerror regex
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 |
--------------------------------------------------------+-------------------
Comment (by PaulM):
I think I may have found your problem. You're talking about using sqlite3,
but the [http://packages.debian.org/wheezy/python-django sqlite module
listed on the Debian page] as related is actually the python bindings for
sqlite2.
"For an interface to SQLite 3, see the package python-pysqlite1.1,
python-pysqlite2 or python-apsw."
-http://packages.debian.org/wheezy/python-sqlite
Try installing one of those packages and see if it fixes your problem.
Don't forget to put the re module back the way it is supposed to go.
--
Ticket URL: <http://code.djangoproject.com/ticket/14138#comment:3>
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.