Re: Page Error 'Review Board is taking a nap', after following all the installation steps and handling dependencies

2014-01-09 Thread bAlcox
I was having the exact same issue, and believing it to be the fault of an 
outdated django, I upgraded to 1.6 using easy_install.  Now when I try to 
run I get a similar error, but the cause is from:

ImproperlyConfigured: Error importing module ... No module name defaults

The error is traced to being from django.conf.urls.defaults import url

Can you help me please?? I also have a couple snapshots that I can restore 
to a point before I upgraded django if that helps.

Thanks

On Tuesday, June 11, 2013 3:36:36 AM UTC-4, Christian Hammond wrote:

 This doesn't sound like you're running the right version of Django. Can 
 you verify which version you're running?

 Also, how did you perform the Review Board upgrade/install?

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Mon, Jun 10, 2013 at 10:18 PM, haldhar haldha...@gmail.comjavascript:
  wrote:

 Could you please guide to resolve following exceptions, found in  the 
 httpd log after accessing it using the url.


 [root@entestmrb01 lib]# tail /var/log/httpd/error_log

 [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196]   File 
 /usr/lib/python2.6/site-packages/django/core/handlers/base.py, line 47, 
 in load_middleware, referer: http://10.30.28.82/

 [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196] raise 
 exceptions.ImproperlyConfigured('Error importing middleware %s: %s' % 
 (mw_module, e)), referer: http://10.30.28.82/

 [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196] 
 ImproperlyConfigured: Error importing middleware 
 reviewboard.admin.middleware: No module named templatetags.staticfiles, 
 referer: http://10.30.28.82/ [Mon Jun 10 13:59:07 2013] [error] [client 
 172.29.100.178] mod_wsgi (pid=1644): Exception occurred processing WSGI 
 script '/var/www/reviews.testm.com/htdocs/reviewboard.wsgi'.

 [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] Traceback 
 (most recent call last):

 [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178]   File 
 /usr/lib/python2.6/site-packages/django/core/handlers/wsgi.py, line 249, 
 in __call__

 [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] 
 self.load_middleware()

 [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178]   File 
 /usr/lib/python2.6/site-packages/django/core/handlers/base.py, line 47, 
 in load_middleware

 [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] raise 
 exceptions.ImproperlyConfigured('Error importing middleware %s: %s' % 
 (mw_module, e))

 [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] 
 ImproperlyConfigured: Error importing middleware 
 reviewboard.admin.middleware: No module named templatetags.staticfiles

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




-- 
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.


Re: Page Error 'Review Board is taking a nap', after following all the installation steps and handling dependencies

2014-01-09 Thread David Trowbridge
Django 1.6 is not supported. For Review Board 1.7.x, the only supported version 
is Django 1.4.x

-David

 On Jan 9, 2014, at 9:05 AM, bAlcox bal...@tangamgaming.com wrote:
 
 I was having the exact same issue, and believing it to be the fault of an 
 outdated django, I upgraded to 1.6 using easy_install.  Now when I try to run 
 I get a similar error, but the cause is from:
 
 ImproperlyConfigured: Error importing module ... No module name defaults
 
 The error is traced to being from django.conf.urls.defaults import url
 
 Can you help me please?? I also have a couple snapshots that I can restore to 
 a point before I upgraded django if that helps.
 
 Thanks
 
 On Tuesday, June 11, 2013 3:36:36 AM UTC-4, Christian Hammond wrote:
 This doesn't sound like you're running the right version of Django. Can you 
 verify which version you're running?
 
 Also, how did you perform the Review Board upgrade/install?
 
 Christian
 
 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com
 
 
 On Mon, Jun 10, 2013 at 10:18 PM, haldhar haldha...@gmail.com wrote:
 Could you please guide to resolve following exceptions, found in  the httpd 
 log after accessing it using the url.
 
 
 
 [root@entestmrb01 lib]# tail /var/log/httpd/error_log
 
 [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196]   File 
 /usr/lib/python2.6/site-packages/django/core/handlers/base.py, line 47, 
 in load_middleware, referer: http://10.30.28.82/
 
 [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196] raise 
 exceptions.ImproperlyConfigured('Error importing middleware %s: %s' % 
 (mw_module, e)), referer: http://10.30.28.82/
 
 [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196] 
 ImproperlyConfigured: Error importing middleware 
 reviewboard.admin.middleware: No module named templatetags.staticfiles, 
 referer: http://10.30.28.82/ [Mon Jun 10 13:59:07 2013] [error] [client 
 172.29.100.178] mod_wsgi (pid=1644): Exception occurred processing WSGI 
 script '/var/www/reviews.testm.com/htdocs/reviewboard.wsgi'.
 
 [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] Traceback (most 
 recent call last):
 
 [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178]   File 
 /usr/lib/python2.6/site-packages/django/core/handlers/wsgi.py, line 249, 
 in __call__
 
 [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] 
 self.load_middleware()
 
 [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178]   File 
 /usr/lib/python2.6/site-packages/django/core/handlers/base.py, line 47, 
 in load_middleware
 
 [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] raise 
 exceptions.ImproperlyConfigured('Error importing middleware %s: %s' % 
 (mw_module, e))
 
 [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] 
 ImproperlyConfigured: Error importing middleware 
 reviewboard.admin.middleware: No module named templatetags.staticfiles
 
 -- 
 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...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 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...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
 
 -- 
 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.

-- 
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.


Re: Page Error 'Review Board is taking a nap', after following all the installation steps and handling dependencies

2014-01-09 Thread bAlcox
Thanks, switching to django 1.4 solved those particular problems

On Thursday, January 9, 2014 1:28:59 PM UTC-5, David Trowbridge wrote:

 Django 1.6 is not supported. For Review Board 1.7.x, the only supported 
 version is Django 1.4.x

 -David

 On Jan 9, 2014, at 9:05 AM, bAlcox bal...@tangamgaming.com javascript: 
 wrote:

 I was having the exact same issue, and believing it to be the fault of an 
 outdated django, I upgraded to 1.6 using easy_install.  Now when I try to 
 run I get a similar error, but the cause is from:

 ImproperlyConfigured: Error importing module ... No module name 
 defaults

 The error is traced to being from django.conf.urls.defaults import url

 Can you help me please?? I also have a couple snapshots that I can restore 
 to a point before I upgraded django if that helps.

 Thanks

 On Tuesday, June 11, 2013 3:36:36 AM UTC-4, Christian Hammond wrote:

 This doesn't sound like you're running the right version of Django. Can 
 you verify which version you're running?

 Also, how did you perform the Review Board upgrade/install?

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Mon, Jun 10, 2013 at 10:18 PM, haldhar haldha...@gmail.com wrote:

 Could you please guide to resolve following exceptions, found in  the 
 httpd log after accessing it using the url.


 [root@entestmrb01 lib]# tail /var/log/httpd/error_log

 [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196]   File 
 /usr/lib/python2.6/site-packages/django/core/handlers/base.py, line 47, 
 in load_middleware, referer: http://10.30.28.82/

 [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196] raise 
 exceptions.ImproperlyConfigured('Error importing middleware %s: %s' % 
 (mw_module, e)), referer: http://10.30.28.82/

 [Mon Jun 10 13:58:50 2013] [error] [client 172.29.100.196] 
 ImproperlyConfigured: Error importing middleware 
 reviewboard.admin.middleware: No module named templatetags.staticfiles, 
 referer: http://10.30.28.82/ [Mon Jun 10 13:59:07 2013] [error] [client 
 172.29.100.178] mod_wsgi (pid=1644): Exception occurred processing WSGI 
 script '/var/www/reviews.testm.com/htdocs/reviewboard.wsgi'.

 [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] Traceback 
 (most recent call last):

 [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178]   File 
 /usr/lib/python2.6/site-packages/django/core/handlers/wsgi.py, line 249, 
 in __call__

 [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] 
 self.load_middleware()

 [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178]   File 
 /usr/lib/python2.6/site-packages/django/core/handlers/base.py, line 47, 
 in load_middleware

 [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] raise 
 exceptions.ImproperlyConfigured('Error importing middleware %s: %s' % 
 (mw_module, e))

 [Mon Jun 10 13:59:07 2013] [error] [client 172.29.100.178] 
 ImproperlyConfigured: Error importing middleware 
 reviewboard.admin.middleware: No module named templatetags.staticfiles

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


  -- 
 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...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.



-- 
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.