> -----Original Message----- > From: [email protected] On Behalf Of AshaJames > Sent: 05 January 2011 05:57 > To: Trac Users > Subject: [Trac] Unable to create requirements in Trac > > Hi, > I have installed Trac-0.12.1 version. Later I have created a project > X. When I access trac on browser, I am able to see the project name. > but after selecting the project name I am getting following errors: > > Cannot load Python bindings for SQLite > Warning: > > * Error with navigation contributor "BrowserModule" > * Can't synchronize with repository "(default)" (Cannot load > Python bindings for SQLite). Look in the Trac log for more > information. > > Can anyone help me to resolve the issue. > > Thanks > Asha > Please provide more information ~ what is yor operating system, how did you install Trac, how are you serving trac (apache, tracd?) etc...
The error is that your instance of trac cannot access the SQLite backend (Cannot load Python bindings for SQLite) and since most of the Trac data is in the database, that is a fatal error. Review the TracInstall page for information on where to get the SQLite bindings... http://trac.edgewall.org/wiki/TracInstall#ForSQLite ~ Mark C -- You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en.
