Fonty Python
Copyright (C) 2006 Donn.C.Ingle
donn.ingle@gmail.com

Fonty Python comes with ABSOLUTELY NO WARRANTY; for details
see the COPYING file.  This is free software, and you are welcome
to redistribute it under certain conditions; see the COPYING file 
for details.

How to install
==============
I assume you have extracted the tarball already.
Change to the directory it creates.

As the root user enter this command:
python setup.py install

If you are on Ubuntu/Kubuntu/Xubuntu/etc:
sudo python setup.py install

This will create a program called 'fp'

Alternative installation
========================
Move the entire extracted folder to a folder that
is in your PATH, like ~/bin
Make a link to the fp script like this: (for e.g.)
tar -s ~/bin/fontypython-0.1.1/fp .
Make it executable:
chmod u+x fp

Now you should be good to go.
If it does not work, try closing your console and
starting it again.

Running the program
===================
To get started:
fp -h

For more info:
fp -e

Troubleshooting the installation
================================
Fonty Python depends on several other libraries:
1. python 2.4
2. python2.4-imaging
3. python-wxgtk2.6

Items 1 and 2 are usually pre-installed on Gnu\Linux distros.
item 3 may be installed, or it may be in your distros main repository.
To install item 3, try the following:
On Ubuntu/Kubuntu/etc:
sudo apt-get install python-wxgtk2.6

On distro X:
*Please send me your experiences and I'll fill this in*

After this has installed, try to run fp again.

If you still do not come right, then I advise you
to go to the following web sites for help directly
from the horse's mouth:
http://wxpython.sourceforge.net/download.php
http://www.pythonware.com/products/pil/index.htm

Please send me reports about your experiences with 
installing Fonty Python.
Donn, Sep 2006.

