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.
11 > python setup.py build
13 > python setup.py install
15 You will normally have trouble with this. Please read on.
19 faces-project requires:
22 - wxpython 2.8.8.1 (wxpython 2.6 should also work)
23 - numpy 1.1.0 (numpy 1.0.x should also work)
26 You should install this on your computer (gentoo: emerge).
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'
49 http://sourceforge.net/forum/message.php?msg_id=5188880
50 http://faces.homeip.net/download.html