Edgewall Software

Changes between Initial Version and Version 1 of Ticket #4297


Ignore:
Timestamp:
Nov 30, 2006, 7:27:33 AM (17 years ago)
Author:
Christian Boos
Comment:

This is an installation issue.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4297

    • Property Status newclosed
    • Property Resolutioninvalid
  • Ticket #4297 – Description

    initial v1  
    1 Python: Python-2.4.4
    2 Sqlite: sqlite-3.3.8
    3 Mod Python: mod_python-3.2.10
    4 Trac: trac-0.10.2
     1 - Python: Python-2.4.4
     2 - Sqlite: sqlite-3.3.8
     3 - Mod Python: mod_python-3.2.10
     4 - Trac: trac-0.10.2
    55
    6 When I configure it with Apache HTTP server the following error is generated. I read that this error was due to using Sqlite with --enable-threadsafe but I rebuil sqlite without the flag and it is still giving an error.
     6When I configure it with Apache HTTP server the following error is generated. I read that this error was due to using Sqlite with `--enable-threadsafe` but I rebuilt sqlite without the flag and it is still giving an error. [[br]]
     7''NOTE: Wrong, no don't do that, the `--enable-threadsafe` flag is mandatory, see the PySqlite page [[br]] -- cboos''
    78
     9{{{
    810Manager(self).get_connection()
    911[Wed Nov 29 22:55:15 2006] [error] [client 192.168.0.88] PythonHandler trac.web.modpython_frontend:   File "/usr/local/lib/python2.4/site-packages/trac/db/api.py", line 75, in get_connection
     
    1517[Wed Nov 29 22:55:15 2006] [error] [client 192.168.0.88] PythonHandler trac.web.modpython_frontend:   File "/usr/local/lib/python2.4/site-packages/trac/db/sqlite_backend.py", line 140, in __init__ assert have_pysqlite > 0
    1618[Wed Nov 29 22:55:15 2006] [error] [client 192.168.0.88] PythonHandler trac.web.modpython_frontend: AssertionError
     19}}}
    1720
     21----
     22''Note:'' what is obviously missing are the pysqlite2 Python bindings for SQLite; again, please see the PySqlite page.