Changeset 2901
- Timestamp:
- 03/10/07 14:29:20 (2 years ago)
- Files:
-
- trunk/INSTALL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/INSTALL
r2412 r2901 2 2 3 3 PREREQUISITES: 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) 5 7 + MySQLdb (to run the demos) 6 + wxPython (we recommend the latest, currently 2.6.x)7 8 + reportlab 9 + PIL (also known as Imaging or the Python Imaging Library) 8 10 9 11 INSTALLATION:
