Edgewall Software

Changes between Initial Version and Version 2 of Ticket #2879


Ignore:
Timestamp:
Apr 3, 2006, 2:56:17 PM (18 years ago)
Author:
Christopher Lenz
Comment:

(The combination sqlite: 2.8.17 and pysqlite: 2.0.5 is invalid, because pysqlite 2.x doesn't support sqlite < 3.x.)

I've seen this error when using PySQLite 2.1.x with SQLite 3.2.x.

If you're using PySQLite ≥ 2.1.x, then please make sure you're using SQLite ≥ 3.3.x. If you're using PySQLite 2.1.x, then please make sure you're using SQLite < 3.3.x.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2879

    • Property Status newclosed
    • Property Resolutionworksforme
  • Ticket #2879 – Description

    initial v2  
    11My configuration:
    22
    3   trac: 0.9.4
    4   sqlite: 2.8.17
    5   pysqlite: 2.0.5
    6   clearsilver: 0.10.1
    7   Python: 2.4.2
    8   svn: 1.3.0
     3 * trac: 0.9.4
     4 * sqlite: 2.8.17
     5 * pysqlite: 2.0.5
     6 * clearsilver: 0.10.1
     7 * Python: 2.4.2
     8 * svn: 1.3.0
    99
    1010I get the following error when initializing an environment:
    1111
    12  Creating and Initializing Project
     12{{{
     13Creating and Initializing Project
    1314Failed to create environment. You can only execute one statement at a time.
    1415Traceback (most recent call last):
     
    3132    sys.exit(1)
    3233SystemExit: 1
     34}}}