


Latest Version
The latest available version of Griffith is 0.10.
System Requirements
Griffith requires the following libraries:
- Python 2.3 or later
- PyGTK 2.6.1 or later (including Glade)
- pysqlite2 2.0 or later
- SQLAlchemy 0.5 or later
- ReportLab 1.19 or later
- Python Imaging Library (PIL)
- PyXML
Other (optional) dependencies:
- pysqlite legacy 1.0 - it is required for Griffith <= 0.6.2 compatibility
- Psycopg2 - PostgreSQL support
- MySQLDb - MySQL support
- Chardet - detecting CSV file encoding
- Python-gnome-extras 2.10 or later is recomended for basic gtk-spell support under UNIX
Use: `./griffith --check-dep` to check dependencies and `./griffith --show-dep` to show available versions of all required and optional Python modules.
See README file for more details. If you are using a modern Linux distribution you will probably find these libraries already installed.
Sources
Griffith tarball: griffith-0.10.tar.gz
Griffith-extra-artwork tarball: griffith-extra-artwork-0.9.4.tar.gz
Microsoft Windows
Under Microsoft Windows, you don't need to install a GTK+/Win32 Runtime Environment or any other libraries - everything is already included in the installer.
Please remove all old installed versions of griffith before the new version is installed.
Windows Installer (includes extra-artwork): griffith-0.10-win32.exe (other mirrors);
Debian / Ubuntu
Griffith is available in official Debian and Ubuntu repositories. You can however download it from our site (see below). Extra artwork is available in separate package:griffith-extra-artwork_0.9.4-1_all.deb
Debian and Ubuntu: griffith_0.10-1_all.deb (Lenny backport: griffith_0.9.10-1~bpo50+1_all.deb, you will also need python-sqlalchemy from Debian testing or sid)
Griffith's Debian Repository
Add to your /etc/apt/sources.list:
deb ftp://ftp.berlios.de/pub/griffith/ ./
or
deb ftp://ftp.berlios.de/pub/griffith/experimental ./
Run as root:
aptitude update && aptitude install griffith griffith-extra-artwork
or
apt-get update && apt-get install griffith griffith-extra-artwork
Arch Linux
Griffith is available in official Arch Linux repository and is mantained by Alessio Bolognino. To install it, just type:
pacman -S griffith
SUSE
Thanks to Toni Graffy Griffith is available for SUSE users. See package details.
Gentoo
Just
emerge -a griffith
Thanks goes to Krzysztof Pawlik.
See also packages.gentoo.org.
PLD
griffith-0.9.3.1-1.noarch.rpm, griffith-0.9.3.1-1.noarch.rpm
Spec file is available in CVS repository.
RedHat / Fedora
You can find RPMs for Griffith at DAG and FreshRPMs. Thanks to Dries Verachtert.
FreeBSD
Griffith has been added to FreeBSD ports. Thanks Andrew Pantyukhin!
SVN
Please, check the development page for SVN access information.