0

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?

DarkLeafyGreen
  • 273
  • 5
  • 7
  • 23

1 Answers1

1

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

quanta
  • 50,327
  • 19
  • 152
  • 213