I am not sure why httpd still user Python 2.4 instead of 2.6? I have to point /usr/bin/python -> python2.6 instead of python2.4.
Linux wihadoopn302p.dev.ch3.s.com 2.6.18-308.13.1.el5 #1 SMP Thu Jul 26 05:45:09 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux Here is the log: [Wed Oct 31 20:58:52 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Wed Oct 31 20:58:52 2012] [notice] Digest: generating secret for digest authentication ... [Wed Oct 31 20:58:52 2012] [notice] Digest: done [Wed Oct 31 20:58:52 2012] [notice] Apache/2.2.3 (Red Hat) configured -- resuming normal oper ations [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] mod_wsgi (pid=25945): Exception occurre d processing WSGI script '/var/www/reviews.com/htdocs/reviewboard.wsgi'. [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] Traceback (most recent call last): [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.4/site-package s/Django-1.3.1-py2.4.egg/django/core/handlers/wsgi.py", line 250, in __call__ [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] self.load_middleware() [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.4/site-package s/Django-1.3.1-py2.4.egg/django/core/handlers/base.py", line 45, in load_middleware [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] mod = import_module(mw_module) [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.4/site-package s/Django-1.3.1-py2.4.egg/django/utils/importlib.py", line 35, in import_module [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] __import__(name) [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.4/site-package s/Djblets-0.6.21-py2.4.egg/djblets/siteconfig/middleware.py", line 27, in ? [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] from djblets.siteconfig.models impo rt SiteConfiguration [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.4/site-package s/Djblets-0.6.21-py2.4.egg/djblets/siteconfig/models.py", line 26, in ? [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] from django.contrib.sites.models im port Site [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.4/site-package s/Django-1.3.1-py2.4.egg/django/contrib/sites/models.py", line 1, in ? [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] from django.db import models [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.4/site-package s/Django-1.3.1-py2.4.egg/django/db/__init__.py", line 78, in ? [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] connection = connections[DEFAULT_DB _ALIAS] [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.4/site-package s/Django-1.3.1-py2.4.egg/django/db/utils.py", line 93, in __getitem__ [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] backend = load_backend(db['ENGINE'] ) [Wed Oct 31 18:58:53 2012] [error] [client 127.0.0.1] File "/usr/lib/python2.4/site-package s/Django-1.3.1-py2.4.egg/django/db/utils.py", line 33, in load_ba -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en
