Package: trac Version: 0.10-1 Severity: normal I had installed trac-0.10-1 in Etch by manually downloading and installing with dpkg -i without any pinning or whatever and encountered an issue with character set detections handlers not being registered. Maybe the python2.4 package in Sid contains something which fixes the issue but in case the bug is also reproducable with Sid (right now libapache2-mod_python is not installable so I could not test easily) I would suggest adding 'python-chardet' to trac's dependencies as installing that package solves the following error seen in Apache2's error.log.
[Wed Oct 18 13:12:27 2006] [notice] caught SIGTERM, shutting down [Wed Oct 18 13:12:28 2006] [notice] mod_python: Creating 8 session mutexes based on 6 max processes and 25 max threads. [Wed Oct 18 13:12:28 2006] [notice] mod_python: using mutex_directory /tmp [Wed Oct 18 13:12:28 2006] [notice] Apache/2.0.55 (Debian) mod_python/3.2.10 Python/2.4.4c0 configured -- resuming normal operations [Wed Oct 18 13:12:34 2006] [error] [client 10.1.32.2] PythonHandler trac.web.modpython_frontend: Traceback (most recent call last):, referer: http://svn/trac/tools/chrome/common/cs s/trac.css [Wed Oct 18 13:12:34 2006] [error] [client 10.1.32.2] PythonHandler trac.web.modpython_frontend: File "/usr/lib/python2.4/site-packages/mod_python/apache.py", line 299, in Handle rDispatch\n result = object(req), referer: http://svn/trac/tools/chrome/common/css/trac.css [Wed Oct 18 13:12:34 2006] [error] [client 10.1.32.2] PythonHandler trac.web.modpython_frontend: File "/var/lib/python-support/python2.4/trac/web/modpython_frontend.py", line 87, in handler\n gateway.run(dispatch_request), referer: http://svn/trac/tools/chrome/common/css/trac.css [Wed Oct 18 13:12:34 2006] [error] [client 10.1.32.2] PythonHandler trac.web.modpython_frontend: File "/var/lib/python-support/python2.4/trac/web/wsgi.py", line 87, in run\n r esponse = application(self.environ, self._start_response), referer: http://svn/trac/tools/chrome/common/css/trac.css [Wed Oct 18 13:12:34 2006] [error] [client 10.1.32.2] PythonHandler trac.web.modpython_frontend: File "/var/lib/python-support/python2.4/trac/web/main.py", line 328, in dispatch_ request\n environ['SCRIPT_NAME'] = Href(environ['SCRIPT_NAME'])(env_name), referer: http://svn/trac/tools/chrome/common/css/trac.css [Wed Oct 18 13:12:34 2006] [error] [client 10.1.32.2] PythonHandler trac.web.modpython_frontend: File "/var/lib/python-support/python2.4/trac/web/href.py", line 142, in __call__\ n path = '/'.join([unicode_quote(unicode(arg).strip('/')) for arg in args, referer: http://svn/trac/tools/chrome/common/css/trac.css [Wed Oct 18 13:12:34 2006] [error] [client 10.1.32.2] PythonHandler trac.web.modpython_frontend: File "/var/lib/python-support/python2.4/trac/util/text.py", line 68, in unicode_q uote\n return quote(value.encode('utf-8')), referer: http://svn/trac/tools/chrome/common/css/trac.css [Wed Oct 18 13:12:34 2006] [error] [client 10.1.32.2] PythonHandler trac.web.modpython_frontend: LookupError: no codec search functions registered: can't find encoding, referer: ht tp://svn/trac/tools/chrome/common/css/trac.css -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]