I found it. It is a bug in Ubuntu. https://launchpad.net/ubuntu/+source/clearsilver/+bug/86685
On Apr 23, 9:18 am, Jonathan Wallace <[EMAIL PROTECTED]> wrote: > Hello, > I'm attempting to install trac on ubuntu feisty fawn. I've set up > trac with a virtual host setting in apache and when I browse to the > appropriate URI, I receive the following error: > > Traceback (most recent call last): > File "/var/lib/python-support/python2.5/trac/web/main.py", line 387, > in dispatch_request > dispatcher.dispatch(req) > File "/var/lib/python-support/python2.5/trac/web/main.py", line 206, > in dispatch > req.hdf = HDFWrapper(loadpaths=chrome.get_all_templates_dirs()) > File "/var/lib/python-support/python2.5/trac/web/clearsilver.py", > line 135, in __init__ > raise TracError, "ClearSilver not installed (%s)" % e > TracError: ClearSilver not installed (/usr/lib/python2.5/site-packages/ > neo_cgi.so: undefined symbol: Py_InitModule4) > > Here's the output from dpk and uname: > [EMAIL PROTECTED]/var/lib/python-support/python2.5/trac/web $ dpkg --list > python* | grep ^ii > ii python 2.5.1~rc1-0ubuntu3 An interactive high- > level object-oriented language (default version) > ii python-apt 0.6.20ubuntu16 Python interface to > libapt-pkg > ii python-central 0.5.12ubuntu4 register and build > utility for Python packages > ii python-clearsilver 0.10.3-4.1 python bindings for > clearsilver > ii python-docutils 0.4-3build2 Utilities for the > documentation of Python modules > ii python-gnupginterface 0.3.2-9 Python interface to > GnuPG (GPG) > ii python-minimal 2.5.1~rc1-0ubuntu3 A minimal subset of the > Python language (default version) > ii python-pysqlite2 2.3.2-1ubuntu2 python interface to > SQLite 3 > ii python-roman 0.4-3build2 A module for generating/ > analyzing Roman numerals > ii python-setuptools 0.6c5-1ubuntu1 Python Distutils > Enhancements > ii python-subversion 1.4.3dfsg1-1ubuntu1 Python bindings for > Subversion > ii python-support 0.5.6ubuntu1 automated rebuilding > support for python modules > ii python2.5 2.5.1~rc1-0ubuntu3 An interactive high- > level object-oriented language (version 2.5) > ii python2.5-minimal 2.5.1~rc1-0ubuntu3 A minimal subset of the > Python language (version 2.5) > > [EMAIL PROTECTED]/var/lib/python-support/python2.5/trac/web $ uname -a > Linux home 2.6.16.29-xen #3 SMP Sun Oct 15 13:15:34 BST 2006 x86_64 > GNU/Linux > > I've searched the web through google and this group for information > related to my error but have come up empty handed. What should be my > next step in debugging? > Thanks, > Jonathan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
