I just had this problem and it turned out to be that I had a mod_wsgi 
compiled with python 2.6 but the RB installation was on a system using 
python 2.7. The solution was to manually compile and install mod_wsgi with 
python 2.7.

When you start the httpd server it should say which version mod_wsgi is 
compiled with. Then see what "python -V" says.

On Tuesday, December 3, 2013 1:54:17 PM UTC-8, Jarrus Steele wrote:
>
> Hello I installed RB on Red Hat Enterprise Linux Server release 5.9. 
>
> I did everything detailed on the Linux install instructions from the RB 
> website.  After installing all dependencies Im getting the following errors.
>
> If I try to go to the site I get:
>
> Review Board is taking a nap
> There are several possible reasons:
>    
>    - We're updating it.
>    - You're trying to look at a really huge diff without collapsing, and 
>    it timed out (try viewing another diff and going back to collapsed 
> changes; 
>    we're working on fixing this).
>    - Our lazy good-for-nothing oompa-loompas stopped pedalling.
>
> It'll be back soon.
>
> Here is Apache error log:
>
> [Tue Dec 03 14:46:40 2013] [error] [client ] Traceback (most recent call 
> last):, referer: http://dcooapetl01/reviews
> [Tue Dec 03 14:46:40 2013] [error] [client ]   File 
> "/var/www/reviewboard/htdocs/reviewboard.wsgi", line 11, in ?, referer: 
> http://dcooapetl01/reviews
> [Tue Dec 03 14:46:40 2013] [error] [client ]     import 
> django.core.handlers.wsgi, referer: http://dcooapetl01/reviews
> [Tue Dec 03 14:46:40 2013] [error] [client ] ImportError: No module named 
> django.core.handlers.wsgi, referer: http://dcooapetl01/reviews
> [Tue Dec 03 14:46:40 2013] [error] [client ] mod_wsgi (pid=22059): Target 
> WSGI script '/var/www/reviewboard/htdocs/reviewboard.wsgi' cannot be loaded 
> as Python module., referer: http://dcooapetl01/reviews
> [Tue Dec 03 14:46:40 2013] [error] [client ] mod_wsgi (pid=22059): 
> Exception occurred processing WSGI script 
> '/var/www/reviewboard/htdocs/reviewboard.wsgi'., referer: 
> http://dcooapetl01/reviews
> [Tue Dec 03 14:46:40 2013] [error] [client ] Traceback (most recent call 
> last):, referer: http://dcooapetl01/reviews
> [Tue Dec 03 14:46:40 2013] [error] [client ]   File 
> "/var/www/reviewboard/htdocs/reviewboard.wsgi", line 11, in ?, referer: 
> http://dcooapetl01/reviews
> [Tue Dec 03 14:46:40 2013] [error] [client ]     import 
> django.core.handlers.wsgi, referer: http://dcooapetl01/reviews
> [Tue Dec 03 14:46:40 2013] [error] [client ] ImportError: No module named 
> django.core.handlers.wsgi, referer: http://dcooapetl01/reviews
>
> I'm using the following:
>
>
>    - Domain = localhost
>    - Root Path = reviews/
>    - Media URL = media/
>    - Database Type = mysql
>    - Database Name = reviewboard
>    - Database server = localhost
>    - Cache Type = memcache
>    - Memcache Server = memcached://localhost:11211/ (This should be the 
>    default)
>    - Webserver = apache
>    - Python loader = mod_wsgi
>
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to