Re: ReviewBoard stopped working after upgrade from 1.7.6 to 1.7.9

2013-06-06 Thread Christian Hammond
The problem is that you installed Django 1.5, which Review Board 1.7.x is
not compatible with. You nee to downgrade to the latest 1.4.x.

How did you install Django and Review Board? Review Board hard-codes a
requirement to prevent this from happening.

Christian

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


On Thu, Jun 6, 2013 at 3:25 PM, Georgy Steshin  wrote:

> Hello,
> I tired to upgrade from 1.7.6 to 1.7.9 but RB stopped working. I see
> always error 500:
> Django Version:1.5.1 Exception Type:ImportErrorException Value:
>
> No module named list_detail
>
> Exception 
> Location:/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.9-py2.7.egg/reviewboard/reviews/views.py
> in , line 22 Python Executable:/usr/bin/pythonPython Version:
> 2.7.3Python Path:
>
> ['/var/www/reviews2/conf',
>  '/usr/local/lib/python2.7/dist-packages/Trac-0.12.2-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/EstimationTools-0.4.5-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/Trac_jsGantt-0.9_r10583-py2.7.egg',
>  
> '/usr/local/lib/python2.7/dist-packages/TracSubTicketsPlugin-0.1.0-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/TracTags-0.6-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/TracXMLRPC-1.1.2_r10514-py2.7.egg',
>  
> '/usr/local/lib/python2.7/dist-packages/AdvancedTicketWorkflowPlugin-0.11dev_r9962-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/TicketCreationStatus-0.1-py2.7.egg',
>  
> '/usr/local/lib/python2.7/dist-packages/MultipleWorkflowPlugin-1.0-py2.7.egg',
>  
> '/usr/local/lib/python2.7/dist-packages/TracAnnouncer-0.11.1_r10458-py2.7.egg',
>  
> '/usr/local/lib/python2.7/dist-packages/BatchModify-0.8.0_trac0.12-py2.7.egg',
>  
> '/usr/local/lib/python2.7/dist-packages/TracTicketDelete-2.0.1_r10446-py2.7.egg',
>  
> '/usr/local/lib/python2.7/dist-packages/TracCustomFieldAdmin-0.2.6_r10460-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/TracDynamicFields-1.2.1-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/TracSubPages-0.5-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/python_memcached-1.47-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/recaptcha_client-1.0.6-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/python_dateutil-1.5-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/flup-1.0.3.dev_20110405-py2.7.egg',
>  
> '/usr/local/lib/python2.7/dist-packages/TracWysiwyg-0.12.0.3_r10725-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/TracTicketTemplate-0.7-py2.7.egg',
>  
> '/usr/local/lib/python2.7/dist-packages/TracDragDrop-0.12.0.8_r11625-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/pytz-2012j-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/Pygments-1.6-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/paramiko-1.9.0-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/mimeparse-0.1.3-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/Markdown-2.2.1-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/feedparser-5.1.3-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.9-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/Djblets-0.7.15-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/django_evolution-0.6.9-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/Django-1.5.1-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/RBTools-0.5.1-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/List-1.3.0-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/pycrypto-2.6-py2.7-linux-x86_64.egg',
>  '/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/django_pipeline-1.3.11-py2.7.egg',
>  '/usr/local/lib/python2.7/dist-packages/futures-2.1.3-py2.7.egg',
>  '/usr/lib/python2.7',
>  '/usr/lib/python2.7/plat-linux2',
>  '/usr/lib/python2.7/lib-tk',
>  '/usr/lib/python2.7/lib-old',
>  '/usr/lib/python2.7/lib-dynload',
>  '/usr/local/lib/python2.7/dist-packages',
>  '/usr/lib/python2.7/dist-packages',
>  '/usr/lib/python2.7/dist-packages/PIL',
>  '/usr/lib/python2.7/dist-packages/gtk-2.0',
>  '/usr/lib/pymodules/python2.7']
>
>  --
> 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
> ---
> 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.
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy us

ReviewBoard stopped working after upgrade from 1.7.6 to 1.7.9

2013-06-06 Thread Georgy Steshin
Hello,
I tired to upgrade from 1.7.6 to 1.7.9 but RB stopped working. I see always 
error 500:
Django Version:1.5.1Exception Type:ImportErrorException Value:

No module named list_detail

Exception 
Location:/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.9-py2.7.egg/reviewboard/reviews/views.py
 
in , line 22Python Executable:/usr/bin/pythonPython Version:2.7.3Python 
Path:

['/var/www/reviews2/conf',
 '/usr/local/lib/python2.7/dist-packages/Trac-0.12.2-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/EstimationTools-0.4.5-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/Trac_jsGantt-0.9_r10583-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/TracSubTicketsPlugin-0.1.0-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/TracTags-0.6-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/TracXMLRPC-1.1.2_r10514-py2.7.egg',
 
'/usr/local/lib/python2.7/dist-packages/AdvancedTicketWorkflowPlugin-0.11dev_r9962-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/TicketCreationStatus-0.1-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/MultipleWorkflowPlugin-1.0-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/TracAnnouncer-0.11.1_r10458-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/BatchModify-0.8.0_trac0.12-py2.7.egg',
 
'/usr/local/lib/python2.7/dist-packages/TracTicketDelete-2.0.1_r10446-py2.7.egg',
 
'/usr/local/lib/python2.7/dist-packages/TracCustomFieldAdmin-0.2.6_r10460-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/TracDynamicFields-1.2.1-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/TracSubPages-0.5-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/python_memcached-1.47-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/recaptcha_client-1.0.6-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/python_dateutil-1.5-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/flup-1.0.3.dev_20110405-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/TracWysiwyg-0.12.0.3_r10725-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/TracTicketTemplate-0.7-py2.7.egg',
 
'/usr/local/lib/python2.7/dist-packages/TracDragDrop-0.12.0.8_r11625-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/pytz-2012j-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/Pygments-1.6-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/paramiko-1.9.0-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/mimeparse-0.1.3-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/Markdown-2.2.1-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/feedparser-5.1.3-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.7.9-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/Djblets-0.7.15-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/django_evolution-0.6.9-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/Django-1.5.1-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/RBTools-0.5.1-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/List-1.3.0-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/pycrypto-2.6-py2.7-linux-x86_64.egg',
 '/usr/local/lib/python2.7/dist-packages/distribute-0.6.45-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/django_pipeline-1.3.11-py2.7.egg',
 '/usr/local/lib/python2.7/dist-packages/futures-2.1.3-py2.7.egg',
 '/usr/lib/python2.7',
 '/usr/lib/python2.7/plat-linux2',
 '/usr/lib/python2.7/lib-tk',
 '/usr/lib/python2.7/lib-old',
 '/usr/lib/python2.7/lib-dynload',
 '/usr/local/lib/python2.7/dist-packages',
 '/usr/lib/python2.7/dist-packages',
 '/usr/lib/python2.7/dist-packages/PIL',
 '/usr/lib/python2.7/dist-packages/gtk-2.0',
 '/usr/lib/pymodules/python2.7']

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