Show
Ignore:
Timestamp:
03/23/07 15:40:35 (2 years ago)
Author:
paul
Message:

Merged recent trunk changes into Carl's branch, and resolved (or attempted to)
some conflicts in dCursorMixin.

Carl, can you re-review all the pertinent areas? We are failing one of the
db/tests/test_dCursorMixin.py tests.

The main thing that seemed to change was that you were calling encloseSpaces()
but I guess that method went away and was replaced by encloseNames().

As soon as we have your branch working and up-to-date with trunk, we'll merge
the differences into trunk and the parameterization project will be complete.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/carl2/INSTALL

    r2412 r2960  
    22 
    33PREREQUISITES: 
    4 + Python (we recommend the latest, currently 2.4.x) 
     4+ Python (we recommend the latest, currently 2.5) 
     5+ sqlite3 (comes with Python 2.5) or pysqlite2 (install separately) 
     6+ wxPython UNICODE BUILD (we recommend the latest, currently 2.8) 
    57+ MySQLdb (to run the demos) 
    6 + wxPython (we recommend the latest, currently 2.6.x) 
    78+ reportlab 
     9+ PIL (also known as Imaging or the Python Imaging Library) 
    810 
    911INSTALLATION: