How to build and install the MapFish Python library:

In the MapFish/server/python/ directory:
  python setup.py egg_info
  python setup.py bdist_egg
  easy_install dist/mapfish-x.y-py2.5.egg 
or 
  easy_install dist/mapfish-x.y-py2.4.egg 
if you use Python 2.4

More informations about Python eggs can be found here:
http://peak.telecommunity.com/DevCenter/PythonEggs
