package: pootle
severity: grave

After a safe-upgrade and dist-upgrade to wheezy from squeeze my Pootle setup does not work and leaves the following in the Apache error log:

[Wed May 25 20:29:08 2011] [error] [client 81.170.177.108] mod_wsgi (pid=5264): 
Exception occurred processing WSGI script '/usr/share/doc/pootle/wsgi.py'.
[Wed May 25 20:29:08 2011] [error] [client 81.170.177.108] Traceback (most 
recent call last):
[Wed May 25 20:29:08 2011] [error] [client 81.170.177.108]   File 
"/usr/lib/pymodules/python2.6/django/core/handlers/wsgi.py", line 250, in 
__call__
[Wed May 25 20:29:08 2011] [error] [client 81.170.177.108]     
self.load_middleware()
[Wed May 25 20:29:08 2011] [error] [client 81.170.177.108]   File 
"/usr/lib/pymodules/python2.6/django/core/handlers/base.py", line 47, in 
load_middleware
[Wed May 25 20:29:08 2011] [error] [client 81.170.177.108]     raise 
exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' % 
(mw_module, e))
[Wed May 25 20:29:08 2011] [error] [client 81.170.177.108] ImproperlyConfigured: Error 
importing middleware pootle_misc.middleware.siteconfig: "No module named 
thread_support"

this is my apache virtual host
<VirtualHost *:80>
        ServerAdmin brot...@bsnet.se
        ServerName pootle.lxde.bsnet.se
        # point at the wsgi loader script
        WSGIScriptAlias / /usr/share/doc/pootle/wsgi.py

        # directly serve static files like css and images, no need to go 
through mod_wsgi and django
        Alias /html /usr/share/pootle/html
        <Directory /usr/share/pootle/html>
                Order deny,allow
                Allow from all
        </Directory>
        LogLevel warn
        ErrorLog /var/log/apache2/pootle-error.log
        CustomLog /var/log/apache2/pootle-access.log combined

        # Allow downloading translation files directly
        Alias /export /var/lib/pootle/po
        <Directory /var/lib/pootle/po>
                Order deny,allow
                Allow from all
        </Directory>
</VirtualHost>


found this build log that hilighted the error earlier.
http://piuparts.debian.org/sid/fail/pootle_2.0.5-0.3.log

--
/brother
http://martin.bagge.nu
A vigenere cipher with the Key "BRUCESCHNEIER" is in fact unbreakable.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to