pyFind2 (1.99.6) INSTALL ================ ======= Any problems, suggestions, features or comments please contact me: Andy Balcombe Requirements ============ python >= 2.3 (http://www.python.org) pygtk2 >= 2.3.90 (http://www.daa.com.au/~james/pygtk/) Installation Notes ================== pyfind2 has been tested on: Gentoo-Linux >= 1.4 (http://www.gentoo.org) Windows 2000 Installation Notes ================== Linux: ------ 1) Extract the tar archive into somehwhere like "/usr/local/share" 2) As root, create a small executable shell script in (eg. /usr/local/bin) #!/bin/bash cd /usr/local/share/pyfind2 python pyfind2.py Gentoo-Linux: ------------- 1) If you've not already setup a local portage area then: 1.1) In the /etc/make.conf file, add something like: PORTDIR_OVERLAY=/usr/local/portage 1.2) Make a directory for pycadia: mkdir -p /usr/local/portage/app-misc/pyfind2 2) Copy the pyfind2-1.99.6.ebuild file to your local portage area, eg: cp pyfind2-1.99.6.ebuild /usr/local/portage/app-misc/pyfind2 3) Merge pycadia: emerge pyfind2 Windows: -------- Windows: Either: 1) Download & run the latest (must be >= 2.4) GTK runtime from : http://gladewin32.sourceforge.net/ 2) Download & run the jajouka installer (pyfind2-1.99.6.setup.exe) or (to install the source): 1) Extract the contents of the tarball into a suitable folder. 2) Set up GTK & PyGTK on Windows systems: 2.1) Download & install the latest (must be >= 2.4) GTK runtime from: http://gladewin32.sourceforge.net/ 2.2) Download & install the latest (must be >=2.3.90) PyGTK version from: http://www.pcpm.ucl.ac.be/~gustin/win32_ports/ Note: If the fonts look very big in the GUI then try the following gtkrc (save the file in, eg. c:\GTK\etc\gtk-2.0\gtkrc): style "win32-font" { font_name = "sans 8" } class "*" style "win32-font"