Thanks for noticing that - that was it. Fixed it with
yum install mod_python26 (from IUS)

Originally I did
yum install mod_python (which pulled the RHEL version)

On May 5, 4:50 pm, Christian Hammond <chip...@chipx86.com> wrote:
> It's possible you have two different versions of Python being used.
> Apache/mod_python look to be using 2.4. When you run from the command line,
> what version do you see?
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com
>
>
>
>
>
>
>
> On Thu, May 5, 2011 at 1:12 PM, AndyK <andy.kri...@gmail.com> wrote:
> > I followed the instructions here to install ReviewBoard
> >http://www.reviewboard.org/docs/manual/1.5/admin/installation/linux/
>
> > After all that, I end up with 'Review Board is taking a nap'
>
> > Here is some relevant material from the logs (I manually replaced the
> > host/path with $MYSITE so don't take that as some indicator of the
> > problem)......
> > [Thu May 05 16:06:31 2011] [error] [client 10.44.65.35] PythonHandler
> > django.core.handlers.modpython: Traceback (most recent call last):,
> > referer: $MYSITE/dashboard
> > [Thu May 05 16:06:31 2011] [error] [client 10.44.65.35] PythonHandler
> > django.core.handlers.modpython:   File "/usr/lib64/python2.4/site-
> > packages/mod_python/apache.py", line 287, in HandlerDispatch\n
> > log=debug), referer: $MYSITE/dashboard
> > [Thu May 05 16:06:31 2011] [error] [client 10.44.65.35] PythonHandler
> > django.core.handlers.modpython:   File "/usr/lib64/python2.4/site-
> > packages/mod_python/apache.py", line 461, in import_module\n    f, p,
> > d = imp.find_module(parts[i], path), referer: $MYSITE/dashboard
> > [Thu May 05 16:06:31 2011] [error] [client 10.44.65.35] PythonHandler
> > django.core.handlers.modpython: ImportError: No module named django,
> > referer: $MYSITE/dashboard
>
> > I'm assuming the problem is with 'No module named django', but I'm not
> > a Python-guy so I'm not sure where to go with that. Django was
> > installed by Review Board (as confimed by trying to install it with
> > easy_install and seeing that it's already there). Is there some way to
> > confirm Django working in Apache outside of Review Board?
>
> > Here's the Location block of apache-modpython.conf...
> >  <Location "/review/my-proj/">
> >                PythonPath "['/var/www/html/my-proj/conf'] + sys.path"
> >                SetEnv DJANGO_SETTINGS_MODULE reviewboard.settings
> >                SetEnv PYTHON_EGG_CACHE "/var/www/html/firefly-review/
> > tmp/egg_cache"
> >                SetEnv HOME "/var/www/html/my-proj/data"
> >                SetHandler mod_python
> >                PythonHandler django.core.handlers.modpython
> >                PythonAutoReload Off
> >                PythonDebug Off
> >                # Used to run multiple mod_python sites in the same
> > apache
> >                PythonInterpreter reviewboard_my-proj
> >        </Location>
>
> > --
> > Want to help the Review Board project? Donate today at
> >http://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://www.reviewboard.org/users/
> > -~----------~----~----~----~------~----~------~--~---
> > To unsubscribe from this group, send email to
> > reviewboard+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/reviewboard?hl=en

-- 
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 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to