unable to install trac on software.bislinks.com

Here is the output:

Found http://ftp.edgewall.com:80/pub/trac/Trac-0.12.2.tar.gz in cache .. Found http://www.saddi.com:80/software/flup/dist/flup-1.0.tar.gz in cache ..

Python module genshi is required .. Installing package python-genshi .. Installing package(s) with command yum -y install python-genshi .. Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.serversurgeon.com * extras: centos.omnispring.com * updates: mirror.cisp.com Setting up Install Process No package python-genshi available. Nothing to do .. install complete. .. automatic Python module installation failed

Status: 
Closed (fixed)

Comments

Howdy -- it sounds like it's having problems finding that package. What output do you get when running this command:

yum search genshi

Another user reported this too - unfortunately the genshi package for Python isn't provided on CentOS 5. However, you can install the package from the DAG repository with the command :

rpm -U ftp://ftp.univie.ac.at/systems/linux/dag/redhat/el5/en/i386/dag/RPMS/python-genshi-0.6-2.el5.rf.noarch.rpm

replace the i386 with x86_64 on a 64-bit system.

bislinks's picture
Submitted by bislinks on Mon, 01/16/2012 - 19:11 Pro Licensee

Thanks, that worked