root/branches/carl2/INSTALL

Revision 2960, 1.0 kB (checked in by paul, 2 years ago)

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.

  • Property svn:eol-style set to native
Line 
1 Dabo - Some brief installation notes.
2
3 PREREQUISITES:
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)
7 + MySQLdb (to run the demos)
8 + reportlab
9 + PIL (also known as Imaging or the Python Imaging Library)
10
11 INSTALLATION:
12 As root or administrator, execute the following shell command:
13     python setup.py install
14
15 That's it!
16
17 But... if you have trouble, and for whatever reason the setup.py doesn't
18 work, just add a file named 'dabo.pth' to your site-packages directory,
19 with the path to dabo e.g. '/home/pmcnett/projects/dabo'.
20
21 If you are on Linux and got the following error:
22 error: invalid Python installation: unable to open /usr/lib/python2.4/config/Makefile (No such file or directory)
23
24 and you really want to get setup.py to install dabo for you, you need to
25 install the python-dev package. For instance (on Debian):
26
27 apt-get install python2.4-dev
Note: See TracBrowser for help on using the browser.