I try to install trac on my suse root server. So first I installed all svn packages using yast. After that I searched for python in yast in software management because I have to intall following packages

apache2-mod-python

lib-xml2-python

python

python-devel

python-genshi

python-setuptool

python-tk

python-xml

pyxml

But python-genshi is not listed there. It is missing. How do I install it? Because when I try easy_install trac I get following error:

enter image description here

Any ideas?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Have you done what it says? mkdir -p /usr/local/lib/python2.6/site-packages/ and try again.

link|improve this answer
magic, thanks that works! – ArtWorkAD Aug 3 '11 at 14:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.