Run this, and show me all the output: $ python >>> import django >>> django.__file__ >>> import reviewboard >>> reviewboard.__file__
Christian On Tuesday, February 25, 2014, Allen <[email protected]> wrote: > The upgrade command I used is > > sudo easy_install \ > -f http://downloads.reviewboard.org/releases/ReviewBoard/2.0/ \ > -U ReviewBoard > > And for the output, I am able to put it here, it`s already gone. There > were few warnings in the output but no errors. And finally it shows > completed. > All the warnings: > Running Whoosh-2.6.0/setup.py -q bdist_egg --dist-dir > /tmp/easy_install-soGWSL/Whoosh-2.6.0/egg-dist-tmp-_iMeAQ > warning: no files found matching '*.txt' under directory 'tests' > warning: no files found matching '*.txt' under directory 'benchmark' > warning: no files found matching '*.txt' under directory 'files' > warning: no files found matching '*.py' under directory 'files' > warning: no files found matching '*.jpg' under directory 'files' > Adding Whoosh 2.6.0 to easy-install.pth file > ... > Running django-pipeline-1.3.21/setup.py -q bdist_egg --dist-dir > /tmp/easy_install-ww0YlD/django-pipeline-1.3.21/egg-dist-tmp-kz2lnS > warning: no previously-included files matching '*.pyc' found under > directory 'tests' > warning: no previously-included files matching '*.pyo' found under > directory 'tests' > ... > Running Django-1.6.2/setup.py -q bdist_egg --dist-dir > /tmp/easy_install-bKvD_l/Django-1.6.2/egg-dist-tmp-hRryUX > warning: no previously-included files matching '__pycache__' found under > directory '*' > warning: no previously-included files matching '*.py[co]' found under > directory '*' > zip_safe flag not set; analyzing archive contents... > ... > warning: install_lib: 'build/lib.linux-x86_64-2.7' does not exist -- no > Python modules to install > ... > > If you really need all the output, I can create a new VM machine and > re-install the 2.0 version. Thanks! > On Tuesday, February 25, 2014 2:44:44 PM UTC-5, Christian Hammond wrote: >> >> Can you show me the full output plus command line you used for upgrading >> Review Board? There is definitely something wrong with your install. >> >> Christian >> >> >> On Tuesday, February 25, 2014, Allen <[email protected]> wrote: >> >> Python 2.7.3 >> >> On Tuesday, February 25, 2014 2:37:38 PM UTC-5, Christian Hammond wrote: >> >> That error log shows you're running Django 1.4.x under Apache, and not >> 1.6.2. What version of Python did you install with? >> >> Christian >> >> >> On Tuesday, February 25, 2014, Allen <[email protected]> wrote: >> >> After the reinstallation, I also got some error log from the apache2. >> >> [error] [client 10.50.12.48] mod_wsgi (pid=2238): Exception occurred >> processing WSGI script '/var/www/reviews.example.com/ >> htdocs/reviewboard.wsgi'., referer: http://10.50.12.159:81/dashboard/ >> [Tue Feb 25 19:16:19 2014] [error] [client 10.50.12.48] Traceback (most >> recent call last):, referer: http://10.50.12.159:81/dashboard/ >> [Tue Feb 25 19:16:19 2014] [error] [client 10.50.12.48] File >> "/usr/local/lib/python2.7/dist-packages/Django-1.4.10-py2.7. >> egg/django/core/handlers/wsgi.py", line 219, in __call__, referer: >> http://10.50.12.159:81/dashboard/ >> [Tue Feb 25 19:16:19 2014] [error] [client 10.50.12.48] >> self.load_middleware(), referer: http://10.50.12.159:81/dashboard/ >> [Tue Feb 25 19:16:19 2014] [error] [client 10.50.12.48] File >> "/usr/local/lib/python2.7/dist-packages/Django-1.4.10-py2.7. >> egg/django/core/handlers/base.py", line 47, in load_middleware, referer: >> http://10.50.12.159:81/dashboard/ >> [Tue Feb 25 19:16:19 2014] [error] [client 10.50.12.48] raise >> exceptions.ImproperlyConfigured('Error importing middleware %s: "%s"' % >> (mw_module, e)), referer: http://10.50.12.159:81/dashboard/ >> [Tue Feb 25 19:16:19 2014] [error] [client 10.50.12.48] >> ImproperlyConfigured: Error importing middleware >> reviewboard.admin.middleware: "No module named urllib.error", referer: >> http://10.50.12.159:81/dashboard/ >> >> May this will help. >> >> -- >> 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 [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> >> -- >> -- >> Christian Hammond - [email protected] >> Review Board - http://www.reviewboard.org >> Beanbag, Inc. - http://www.beanbaginc.com >> >> -- >> 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 >> >> -- > 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 > [email protected]<javascript:_e(%7B%7D,'cvml','reviewboard%[email protected]');> > . > For more options, visit https://groups.google.com/groups/opt_out. > -- -- Christian Hammond - [email protected] Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
