Opened 12 years ago
Closed 11 years ago
#20077 closed Bug (invalid)
Document that Ubuntu can occassionally require installing sqlite
Reported by: | Jacob | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.5 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
See #20046 - there's apparently a bug in Ubuntu (12.10?) where installing Python *doesn't* get you sqlite. We should document this in the platform notes.
Note:
See TracTickets
for help on using tickets.
I've confirmed that Ubuntu 12.04, 12.10, 13.04 all don't have the
sqlite3
package installed by default, but also that you can use SQLite in Python without that package. I don't think this is needed.