Definitely sounds like a corrupted installation of some sort. I'd try reinstalling Review Board from scratch, deleting the original package first. If that doesn't call it... something deeper might be messed up.
Christian -- Christian Hammond President/CEO of Beanbag <https://www.beanbaginc.com/> Makers of Review Board <https://www.reviewboard.org/> On Mon, Jul 4, 2016 at 4:07 AM, 'Rob Backhurst' via reviewboard < [email protected]> wrote: > Hi, > > >>> import reviewboard.scmtools > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named scmtools > > >>> print reviewboard.scmtools > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > AttributeError: 'module' object has no attribute 'scmtools' > > >>> import reviewboard.scmtools.core > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named scmtools.core > > >>> print reviewboard.scmtools.core > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > AttributeError: 'module' object has no attribute 'scmtools' > > >>> from reviewboard.scmtools.core import PRE_CREATION, UNKNOWN, > FileNotFoundError > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named scmtools.core > > I'm going to start this again...will let you know how it goes. > > Thanks > Rob > > On Thursday, 12 May 2016 16:06:04 UTC+1, Rob Backhurst wrote: >> >> Hi, >> >> I'm doing a test upgrade from ReviewBoard 1.7.9 to 2.5.4 but 'rb-site >> upgrade' fails... >> >> # rb-site upgrade /var/www/my-site/ >> Traceback (most recent call last): >> File "/usr/bin/rb-site", line 9, in <module> >> load_entry_point('ReviewBoard==2.5.4', 'console_scripts', 'rb-site')() >> File >> "/usr/lib/python2.6/site-packages/ReviewBoard-2.5.4-py2.6.egg/reviewboard/cmdline/rbsite.py", >> line 1922, in main >> command.run() >> File >> "/usr/lib/python2.6/site-packages/ReviewBoard-2.5.4-py2.6.egg/reviewboard/cmdline/rbsite.py", >> line 1704, in run >> diff_dedup_needed = site.get_diff_dedup_needed() >> File >> "/usr/lib/python2.6/site-packages/ReviewBoard-2.5.4-py2.6.egg/reviewboard/cmdline/rbsite.py", >> line 477, in get_diff_dedup_needed >> from reviewboard.diffviewer.models import FileDiff >> File >> "/usr/lib/python2.6/site-packages/ReviewBoard-2.5.4-py2.6.egg/reviewboard/diffviewer/models.py", >> line 14, in <module> >> from reviewboard.diffviewer.managers import (RawFileDiffDataManager, >> File >> "/usr/lib/python2.6/site-packages/ReviewBoard-2.5.4-py2.6.egg/reviewboard/diffviewer/managers.py", >> line 19, in <module> >> from reviewboard.scmtools.core import PRE_CREATION, UNKNOWN, >> FileNotFoundError >> ImportError: No module named scmtools.core >> >> This is running on RHEL 6.7. >> Doe anyone have any ideas how to fix this? >> >> Thanks >> Rob >> > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://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 [email protected]. For more options, visit https://groups.google.com/d/optout.
