Hi,

I am currently try to install the xsltmacro in 0.11 environment.
The dependencies stated at trac-hacks are python bindings for libxml2
and libxslt which is in gentoo:

libxml-2.6.28
libxslt-1.1.20-r1
lxml-1.3.4

I made Install of xsltmacro  from svn.
When I have a look in the log file it shows me

2007-11-27 12:54:12,157 Trac[loader] ERROR: Skipping "xslt =
xslt.Xslt": (can't import "No module named libxml2")

But when I have a look in /usr/lib/python2.4/site-packages $ ls
libxml2* :

libxml2mod.a  libxml2mod.la  libxml2mod.so  libxml2.py  libxml2.pyc
libxml2.pyo

my mod_python config is:

<Location /trac_modpython>
        SetHandler mod_python
        PythonHandler trac.web.modpython_frontend
        PythonOption TracEnvParentDir /var/lib/trac
        PythonOption TracUriRoot /trac_modpython
</Location>

Other bindings e.g. for subversion are found with this config.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to