Re: ImportError: No module named settings_local

2015-06-19 Thread Stephen Gallagher
On Thu, Jun 18, 2015 at 2:53 PM John Schmitt marmalo...@gmail.com wrote: I can run # rb-site manage --help just fine. But, taking the help literally, I get this when I try: # rb-site manage -- --help ... 'manage' command: Runs a Django management command on the site. Usage:

ImportError: No module named settings_local

2015-06-18 Thread John Schmitt
command.run() File /usr/lib/python2.7/site-packages/reviewboard/cmdline/rbsite.py, line 1808, in run initialize() File /usr/lib/python2.7/site-packages/reviewboard/__init__.py, line 77, in initialize import settings_local ImportError: No module named settings_local I do have

Re: ImportError: No module named settings_local

2015-06-18 Thread Christian Hammond
@googlegroups.com reviewboard@googlegroups.com Date: June 18, 2015 at 11:53:28 AM To: reviewboard@googlegroups.com reviewboard@googlegroups.com Subject:  ImportError: No module named settings_local I can run # rb-site manage --help just fine. But, taking the help literally, I get this when I try

Re: ImportError: No module named settings_local

2015-06-18 Thread John Schmitt
On Thursday, June 18, 2015 at 11:54:51 AM UTC-7, Christian Hammond wrote: Hi John, How did you install Review Board? Christian I'm using the version that is provided by EPEL from Centos 7. # rpm -q epel-release epel-release-7-5.noarch # rpm -q ReviewBoard