pyFind 0.10.2
=============
Any problems, suggestions, features or comments please contact me: 
    Andy Balcombe <kinematics@ntlworld.com>

Requirements
============
python >= 1.5.2
pygtk >= 0.6.6
gnome-python >= 1.0.53
libglade >= 0.13

Installation Notes
==================
pyFind has been tested on:
    Linux-Mandrake >= 8.1
Binary rpm was built on Linux-Mandrake PC.
Note for RedHat 7.x users:
RedHat comes with both python 1.5.2 and 2.1 versions, however, the pygtk and 
gnome-python rpms are only compiled against python 1.5.2.

Manual Install
==============
1) Extract the tar archive into somehwhere like "/usr/local/src"
2) cd into the pyfind-0.10.2 and type "make install" 
3) run "pyfind" from /usr/bin

RPM Install
===========
* To rebuild the rpm from the tarball, type: rpm -ta pyFind-0.10.2.tar.gz
* To rebuild from the source rpm, type rpm --rebuild pyFind-0.10.2-1.src.rpm
* To install from the binary rpm, type:
    new install:  rpm -ivh pyFind-0.10.2-1.noarch.rpm 
    upgrade:      rpm -Uvh pyFind-0.10.2-1.noarch.rpm 

