Added TODO and DEVELOPMENT.
[faces-project.git] / INSTALL
blob50d0e4b0b3bbe8e3f4d585c66010ea21b945435e
1 Installation Instruction
2 ========================
3 faces-project is a project management tool written in
4 python. Homepage is at http://faces.homeip.net .
6 This is a short installation instruction. Tested on a
7 gentoo linux (x86_64) system.
9 Quick
10 =====
11 > python setup.py build
12 and as root
13 > python setup.py install
15 You will normally have trouble with this. Please read on.
17 Dependencies
18 ============
19 faces-project requires:
21 - python 2.5.2 
22 - wxpython 2.8.8.1 (wxpython 2.6 should also work)
23 - numpy 1.1.0 (numpy 1.0.x should also work)
24 - cheetah 2.0.1 
26 You should install this on your computer (gentoo: emerge).
28 Known Problems
29 ==============
30 You need an *old* version of matplotlib  (0.90.1).  To 
31 use this for faces-project (and *not* installing it for
32 the rest of the system) do the following:
34 - install faces 0.11.7 and matplotlib 0.90.1 on a 
35   *different* prefix (e.g. 
36   'python setup.py install --prefix=/home/pasch/mypython') 
38 - patch /home/pasch/mypython/lib64/python2.5/site-packages/matplotlib/numerix/ma/__init__.py 
39   line 12: from numpy.ma import * (instead of 'from numpy.core.ma import *') 
41 - Set the environment variable PYTHONPATH according to your 
42   installation dir (e.g. 
43   'export PYTHONPATH=/home/pasch/mypython/lib64/python2.5/site-packages/') 
45 - run '/home/pasch/mypython/bin/faces' 
47 Resources
48 =========
49 http://sourceforge.net/forum/message.php?msg_id=5188880
50 http://faces.homeip.net/download.html
52 aanno