Opened 21 years ago
Closed 21 years ago
#853 closed defect (fixed)
trac & pysqlite1.1 & sqlite3 failed
| Reported by: | anonymous | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.7.1 |
| Severity: | normal | Keywords: | documentation |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
trac-admin failed … Creating and Initializing Project
Inserting default data
Failed to initialize database. no such table: component
I Have sqlite3, pysqlite 1.1 on macOSX I came back to sqlite 2.8.15 and pysqlite 1.0 and it work perfectly…
Attachments (0)
Change History (4)
comment:1 by , 21 years ago
comment:3 by , 21 years ago
I have the same problem. There is a new version of PySQLite 1.1.1 It works.
comment:4 by , 21 years ago
| Keywords: | documentation added |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
There appears to have been a bug in PySQLite 1.1.0 that was fixed in 1.1.1. Only affected initializing the environment in Trac.
TracInstall has been updated with this info, so I'm closing this ticket.



I think we to test trac with different versions of sqlite3 and pysqlite before we should start recommending people to upgrade. I've removed sqlite3.x recommendations from TracInstall.