Main review dialog is modal and forced to full screen.

2017-01-16 Thread Gauthier Segay
I often want to prepare my top level review summary while still having
a chance to look at the diff.

When I use the top level review summary input box, it takes the whole
screen and I can't see any of the diff.

It would make sense to allow to make this window resizeable and
movable to help with this use case.

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: You are not logged in (HTTP 401, API Error 103)

2015-02-19 Thread Gauthier Segay
It might help some encountering this issue, I worked around using the
.rbtools-cookies files

On windows 2003 this file is in:

C:\Documents and Settings\THEUSER\Application Data for THEUSER

and

c:\windows\system32 for SYSTEM account

To get a valid cookie, I logged in reviewboard using the account I
intend to use with rbtools post and got the value of rbsessionid to
put in above file.

I tried to debug rbtools locally but only have python 3 on my dev
machine so I couldn't get it to work properly to the stage I would get
this:

 Got API Error 103 (HTTP code 401): You are not logged in
 Error data: {'stat': 'fail', 'err': {'msg': 'You are not logged in', 
 'code': 103}}



On Tue, Feb 10, 2015 at 9:38 PM, Gauthier Segay
gauthier.se...@gmail.com wrote:
 Hello, I'm encountering same issue, just dumping all the configuration
 info and current output of rbt post.

 The issues started happening after a reviewboard machine reboot (and
 ip change), I don't know how I used to get it working.

 Reviews are posted from a windows machine hosting the svn server.

 I can login on the site and create reviews with the login used in this
 command line.

 Please suggest what I can try.

 ===
 E:\repositories\dev\hooksrbt post
 --server=http://reviewboard.lcgentoo.local
 --repository-url=svn://192.168.1.7/dev  --debug --publish
  --username svn  --password thepassword  --submit-as svn
 --target-groups uplanreviewers  --summary
 automatic_summary_for_revision_15039  --description-file
 E:\repositories\dev\hooks\logs\15039svncommitlog.txt
 15038:15039  1E:\repositories\dev\hooks\logs\15039post-commit-review.log
 RBTools 0.7.1
 Python 2.7 (r27:82525, Jul  4 2010, 09:01:59) [MSC v.1500 32 bit (Intel)]
 Running on Windows-2003Server-5.2.3790-SP2
 Home = C:\Documents and Settings\Administrator.LCG\Application Data
 Current directory = E:\repositories\dev\hooks
 Checking for a Subversion repository...
 Running: svn info svn://192.168.1.7/dev --non-interactive
 Running: diff --version
 repository info: Path: svn://192.168.1.7/dev, Base path: /, Supports 
 changesets: False
 Making HTTP GET request to http://reviewboard.lcgentoo.local/api/
 Making HTTP GET request to 
 http://reviewboard.lcgentoo.local/api/repositories/
 Running: svn log -r 15038 -l 1 --xml svn://192.168.1.7/dev
 Running: svn log -r 15039 -l 1 --xml svn://192.168.1.7/dev
 Running: svn info svn://192.168.1.7/dev --non-interactive
 Running: diff --version
 repository info: Path: svn://192.168.1.7/dev, Base path: /, Supports 
 changesets: False
 Running: svn status --ignore-externals
 Running: svn diff --diff-cmd=diff --notice-ancestry 
 svn://192.168.1.7/dev/@15038 svn://192.168.1.7/dev/@15039
 Running: svn diff --diff-cmd=diff --notice-ancestry 
 svn://192.168.1.7/dev/@15038 svn://192.168.1.7/dev/@15039 --no-d
 iff-deleted
 Making HTTP GET request to 
 http://reviewboard.lcgentoo.local/api/validation/diffs/
 Making HTTP POST request to 
 http://reviewboard.lcgentoo.local/api/validation/diffs/
 Got API Error 103 (HTTP code 401): You are not logged in
 Error data: {'stat': 'fail', 'err': {'msg': 'You are not logged in', 
 'code': 103}}
 Traceback (most recent call last):
   File C:\Python27\Scripts\rbt-script.py, line 9, in module
 load_entry_point('RBTools==0.7.1', 'console_scripts', 'rbt')()
   File 
 C:\Python27\lib\site-packages\rbtools-0.7.1-py2.7.egg\rbtools\commands\main.py,
 line 133, in main
 command.run_from_argv([RB_MAIN, command_name] + args)
   File 
 C:\Python27\lib\site-packages\rbtools-0.7.1-py2.7.egg\rbtools\commands\__init__.py,
 line 538, in run_from_argv
 exit_code = self.main(*args) or 0
   File 
 C:\Python27\lib\site-packages\rbtools-0.7.1-py2.7.egg\rbtools\commands\post.py,
 line 670, in main
 (msg_prefix, e))
 rbtools.commands.CommandError: Error validating diff

 You are not logged in (HTTP 401, API Error 103)
 ===

 On the machine, if I open http://reviewboard.lcgentoo.local/api/info
 in a browser, the answer is

 ===
 Remote Address: 192.168.1.47:80
 Request URL: http://reviewboard.lcgentoo.local/api/info
 Request Method: GET
 Status Code: 404 NOT FOUND

 Request Headers

 GET /api/info HTTP/1.1 Host: reviewboard.lcgentoo.local Connection:
 keep-alive Cache-Control: max-age=0 Accept:
 text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
 User-Agent: Mozilla/5.0 (Windows NT 5.2) AppleWebKit/537.36 (KHTML,
 like Gecko) Chrome/40.0.2214.91 Safari/537.36 Accept-Encoding: gzip,
 deflate, sdch Accept-Language: en-US,en;q=0.8 Cookie:
 csrftoken=R2Xe4tSc3pt0xVoAK8ROQ0FyG8DnUFd8;
 rbsessionid=nuigvg158krygm0zul6i2xwwb344g15a

 Response Headers

 HTTP/1.1 404 NOT FOUND Date: Tue, 10 Feb 2015 13:12:19 GMT Server:
 Apache Content-Length: 139 Content-Language: en
 X-Content-Type-Options: nosniff Expires: Tue, 10 Feb 2015 13:12:19 GMT
 Vary: Cookie,Accept-Language Last-Modified: Tue, 10 Feb

minor update to documentation / Authentication / Active Directory

2014-10-23 Thread Gauthier Segay
While setting up Active Directory authentication on an instance of 
reviewboard installed on a linux machine, I found that the domain name had 
to be fully qualified and was case sensitive (first part has to be 
uppercased).

https://www.reviewboard.org/docs/manual/dev/admin/configuration/authentication-settings/#active-directory-authentication-settings

it might be worth to mention that in the manual on the Domain name field.

-- 
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/d/optout.


[post-review] server error: ImproperlyConfigured: Module reviewboard.accounts.backends does not define a StandardAuthBackend authentication backend

2012-05-22 Thread Gauthier Segay
Hello,

I've upgraded an install from 1.5.5 to 1.6.6, the upgrade went fine fine

I now encounter an issue with post-review (which I also updated), the
command is outputing this:

 Got HTTP error: 500:

... (html of error 500 from reviewboard)

Error creating review request: HTTP 500

on the server error log, I can find this stack trace:

ERROR:django.request:Internal Server Error: /api/review-requests/3777/draft/
Traceback (most recent call last):
  File /usr/lib/python2.7/site-packages/django/core/handlers/base.py,
line 117, in get_response
response = middleware_method(request, e)
  File 
/usr/lib/python2.7/site-packages/Djblets-0.6.7-py2.7.egg/djblets/log/middleware.py,
line 220, in process_exception
request.user, request.build_absolute_uri(),
  File /usr/lib/python2.7/site-packages/django/contrib/auth/middleware.py,
line 9, in __get__
request._cached_user = get_user(request)
  File /usr/lib/python2.7/site-packages/django/contrib/auth/__init__.py,
line 109, in get_user
backend = load_backend(backend_path)
  File /usr/lib/python2.7/site-packages/django/contrib/auth/__init__.py,
line 23, in load_backend
raise ImproperlyConfigured('Module %s does not define a %s
authentication backend' % (module, attr))
ImproperlyConfigured: Module reviewboard.accounts.backends does not
define a StandardAuthBackend authentication backend

I run post-review this way:

c:\python27\scripts\post-review --server=servername
--revision-range=... --repository-url=... --debug --username=...
--password=... --publish --target-groups=... --summary=...
--description-file=...

The post-review command is failing when ran by SYSTEM account on a
windows box, it works when I run it from a user session, is there
anything I should look at regarding authentification or any idea how
to fix the issue described in server error log?

I went to the administration settings / authentication page and saved
the settings so authentication method is Standard Registration, but
I'm still encountering the issue

Thanks for your help

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


Re: [post-review] server error: ImproperlyConfigured: Module reviewboard.accounts.backends does not define a StandardAuthBackend authentication backend

2012-05-22 Thread Gauthier Segay
Hello Christian, thanks for your help

here is the output:

~ $ python
Python 2.7.1 (r271:86832, Apr 15 2011, 08:52:24) 
[GCC 4.4.3] on linux2
Type help, copyright, credits or license for more information.
 import reviewboard
 print reviewboard.__file__
/usr/lib/python2.7/site-packages/ReviewBoard-1.6.6-py2.7.egg/reviewboard/__init__.pyc
 

When I browse the server application, I get the correct 1.6.6 displayed on 
top of the pages

reviewboard is not installed on the machine running post-review

On Tuesday, 22 May 2012 18:24:05 UTC+2, Christian Hammond wrote:

 It sounds like it may still be using the 1.5.5 version of Review Board. On 
 the server, run Python and type:

 import reviewboard
print reviewboard.__file__

 And see what path it's showing. Hopefully it's the 1.6.6 path.

 Christian

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


 On Tue, May 22, 2012 at 8:31 AM, Gauthier Segay wrote:

 Hello,

 I've upgraded an install from 1.5.5 to 1.6.6, the upgrade went fine fine

 I now encounter an issue with post-review (which I also updated), the
 command is outputing this:

  Got HTTP error: 500:

 ... (html of error 500 from reviewboard)

 Error creating review request: HTTP 500

 on the server error log, I can find this stack trace:

 ERROR:django.request:Internal Server Error: 
 /api/review-requests/3777/draft/
 Traceback (most recent call last):
  File /usr/lib/python2.7/site-packages/django/core/handlers/base.py,
 line 117, in get_response
response = middleware_method(request, e)
  File 
 /usr/lib/python2.7/site-packages/Djblets-0.6.7-py2.7.egg/djblets/log/middleware.py,
 line 220, in process_exception
request.user, request.build_absolute_uri(),
  File 
 /usr/lib/python2.7/site-packages/django/contrib/auth/middleware.py,
 line 9, in __get__
request._cached_user = get_user(request)
  File /usr/lib/python2.7/site-packages/django/contrib/auth/__init__.py,
 line 109, in get_user
backend = load_backend(backend_path)
  File /usr/lib/python2.7/site-packages/django/contrib/auth/__init__.py,
 line 23, in load_backend
raise ImproperlyConfigured('Module %s does not define a %s
 authentication backend' % (module, attr))
 ImproperlyConfigured: Module reviewboard.accounts.backends does not
 define a StandardAuthBackend authentication backend

 I run post-review this way:

 c:\python27\scripts\post-review --server=servername
 --revision-range=... --repository-url=... --debug --username=...
 --password=... --publish --target-groups=... --summary=...
 --description-file=...

 The post-review command is failing when ran by SYSTEM account on a
 windows box, it works when I run it from a user session, is there
 anything I should look at regarding authentification or any idea how
 to fix the issue described in server error log?

 I went to the administration settings / authentication page and saved
 the settings so authentication method is Standard Registration, but
 I'm still encountering the issue

 Thanks for your help

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




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

Re: [post-review] server error: ImproperlyConfigured: Module reviewboard.accounts.backends does not define a StandardAuthBackend authentication backend

2012-05-22 Thread Gauthier Segay
No I didn't, I failed to apply this important step mentioned on the
documentation

http://www.reviewboard.org/docs/manual/1.6/admin/upgrading/upgrading-reviewboard/

This is now working, sorry for the trouble and thanks again.

On Tue, May 22, 2012 at 6:43 PM, Christian Hammond chip...@chipx86.com wrote:
 Did you restart the web server after the upgrade?


 Christian

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


 On Tue, May 22, 2012 at 9:37 AM, Gauthier Segay gauthier.se...@gmail.com
 wrote:

 Hello Christian, thanks for your help

 here is the output:

 ~ $ python
 Python 2.7.1 (r271:86832, Apr 15 2011, 08:52:24)
 [GCC 4.4.3] on linux2
 Type help, copyright, credits or license for more information.
  import reviewboard
  print reviewboard.__file__

 /usr/lib/python2.7/site-packages/ReviewBoard-1.6.6-py2.7.egg/reviewboard/__init__.pyc
 

 When I browse the server application, I get the correct 1.6.6 displayed on
 top of the pages

 reviewboard is not installed on the machine running post-review


 On Tuesday, 22 May 2012 18:24:05 UTC+2, Christian Hammond wrote:

 It sounds like it may still be using the 1.5.5 version of Review Board.
 On the server, run Python and type:

     import reviewboard
    print reviewboard.__file__

 And see what path it's showing. Hopefully it's the 1.6.6 path.

 Christian

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


 On Tue, May 22, 2012 at 8:31 AM, Gauthier Segay wrote:

 Hello,

 I've upgraded an install from 1.5.5 to 1.6.6, the upgrade went fine fine

 I now encounter an issue with post-review (which I also updated), the
 command is outputing this:

  Got HTTP error: 500:

 ... (html of error 500 from reviewboard)

 Error creating review request: HTTP 500

 on the server error log, I can find this stack trace:

 ERROR:django.request:Internal Server Error:
 /api/review-requests/3777/draft/
 Traceback (most recent call last):
  File /usr/lib/python2.7/site-packages/django/core/handlers/base.py,
 line 117, in get_response
    response = middleware_method(request, e)
  File
 /usr/lib/python2.7/site-packages/Djblets-0.6.7-py2.7.egg/djblets/log/middleware.py,
 line 220, in process_exception
    request.user, request.build_absolute_uri(),
  File
 /usr/lib/python2.7/site-packages/django/contrib/auth/middleware.py,
 line 9, in __get__
    request._cached_user = get_user(request)
  File
 /usr/lib/python2.7/site-packages/django/contrib/auth/__init__.py,
 line 109, in get_user
    backend = load_backend(backend_path)
  File
 /usr/lib/python2.7/site-packages/django/contrib/auth/__init__.py,
 line 23, in load_backend
    raise ImproperlyConfigured('Module %s does not define a %s
 authentication backend' % (module, attr))
 ImproperlyConfigured: Module reviewboard.accounts.backends does not
 define a StandardAuthBackend authentication backend

 I run post-review this way:

 c:\python27\scripts\post-review --server=servername
 --revision-range=... --repository-url=... --debug --username=...
 --password=... --publish --target-groups=... --summary=...
 --description-file=...

 The post-review command is failing when ran by SYSTEM account on a
 windows box, it works when I run it from a user session, is there
 anything I should look at regarding authentification or any idea how
 to fix the issue described in server error log?

 I went to the administration settings / authentication page and saved
 the settings so authentication method is Standard Registration, but
 I'm still encountering the issue

 Thanks for your help

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


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


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

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

issue after system update, 'Could not import settings 'reviewboard.settings' (Is it on sys.path?): No module named reviewboard.settings'

2011-04-20 Thread Gauthier Segay
Hello,

I'm using reviewboard (1.0) that I installed on a gentoo box, after
updating gentoo packages (apache  python  all) I get the Review
Board is taking a nap page displayed.

Looking at apache error log I see this message: Could not import
settings 'reviewboard.settings' (Is it on sys.path?): No module named
reviewboard.settings

[Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126]   File
/usr/lib/python2.7/site-packages/mod_python/importer.py, line 1537,
in HandlerDispatch\ndefault=default_handler, arg=req,
silent=hlist.silent)
[Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126]   File
/usr/lib/python2.7/site-packages/mod_python/importer.py, line 1229,
in _process_target\nresult = _execute_target(config, req, object,
arg)
[Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126]   File
/usr/lib/python2.7/site-packages/mod_python/importer.py, line 1128,
in _execute_target\nresult = object(arg)
[Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126]   File
/usr/lib/python2.7/site-packages/django/core/handlers/modpython.py,
line 213, in handler\nreturn ModPythonHandler()(req)
[Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126]   File
/usr/lib/python2.7/site-packages/django/core/handlers/modpython.py,
line 174, in __call__\nself.load_middleware()
[Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126]   File
/usr/lib/python2.7/site-packages/django/core/handlers/base.py, line
39, in load_middleware\nfor middleware_path in
settings.MIDDLEWARE_CLASSES:
[Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126]   File
/usr/lib/python2.7/site-packages/django/utils/functional.py, line
276, in __getattr__\nself._setup()
[Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126]   File
/usr/lib/python2.7/site-packages/django/conf/__init__.py, line 42,
in _setup\nself._wrapped = Settings(settings_module)
[Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126]   File
/usr/lib/python2.7/site-packages/django/conf/__init__.py, line 89,
in __init__\nraise ImportError(Could not import settings '%s' (Is
it on sys.path?): %s % (self.SETTINGS_MODULE, e))
[Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126] ImportError:
Could not import settings 'reviewboard.settings' (Is it on sys.path?):
No module named reviewboard.settings

here is the paache configuration for the virtual host

VirtualHost *:80
ServerName reviewboard.lcgentoo.local
DocumentRoot /var/www/reviewboard.lcgentoo.local/htdocs

# Error handlers
ErrorDocument 500 /errordocs/500.html

# Serve django pages
Location /
PythonPath
['/var/www/reviewboard.lcgentoo.local/conf'] + sys.path
SetEnv DJANGO_SETTINGS_MODULE reviewboard.settings
SetEnv PYTHON_EGG_CACHE
/var/www/reviewboard.lcgentoo.local/tmp/egg_cache
SetHandler mod_python
PythonHandler django.core.handlers.modpython
PythonAutoReload Off
PythonDebug Off
# Used to run multiple mod_python sites in the same apache
PythonInterpreter reviewboard_reviewboard_lcgentoo_local
/Location

# Serve static media without running it through mod_python
# (overrides the above)
Location /media
SetHandler None
/Location
Location /errordocs
SetHandler None
/Location

Directory /var/www/reviewboard.lcgentoo.local/htdocs
AllowOverride All
/Directory

# Alias static media requests to filesystem
Alias /media /var/www/reviewboard.lcgentoo.local/htdocs/media
Alias /errordocs /var/www/reviewboard.lcgentoo.local/htdocs/errordocs
/VirtualHost

anybody can provide me guidance to fix the issue (I found some other
message in the group and tried to tweak the PythonPath accordingly but
wasn't able to solve the issue).

Thanks a lot

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


Re: issue after system update, 'Could not import settings 'reviewboard.settings' (Is it on sys.path?): No module named reviewboard.settings'

2011-04-20 Thread Gauthier Segay
Hi,

you are right, the python update is the cause, I can see that
reviewboard package is missing in the /usr/lib/python2.7/site-packages
directory

Now looking up help from my linux distrib.

Thanks a lot for helping python newbie

On Wed, Apr 20, 2011 at 13:31, Christian Hammond chip...@chipx86.com wrote:
 Hi,

 My first suspicion is the Python update. If Apache/mod_python is now on,
 say, python 2.7, and you were previously using some older version, then
 Review Board wouldn't be in the same Python path anymore. You'd need to copy
 it and all dependencies over from the old Python site-packages directory (or
 re-install, but 1.0 is very old so you'd want to back everything up first,
 as database conversion and manual changes will be needed).

 Christian

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


 On Wed, Apr 20, 2011 at 11:15 AM, Gauthier Segay gauthier.se...@gmail.com
 wrote:

 Hello,

 I'm using reviewboard (1.0) that I installed on a gentoo box, after
 updating gentoo packages (apache  python  all) I get the Review
 Board is taking a nap page displayed.

 Looking at apache error log I see this message: Could not import
 settings 'reviewboard.settings' (Is it on sys.path?): No module named
 reviewboard.settings

 [Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126]   File
 /usr/lib/python2.7/site-packages/mod_python/importer.py, line 1537,
 in HandlerDispatch\n    default=default_handler, arg=req,
 silent=hlist.silent)
 [Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126]   File
 /usr/lib/python2.7/site-packages/mod_python/importer.py, line 1229,
 in _process_target\n    result = _execute_target(config, req, object,
 arg)
 [Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126]   File
 /usr/lib/python2.7/site-packages/mod_python/importer.py, line 1128,
 in _execute_target\n    result = object(arg)
 [Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126]   File
 /usr/lib/python2.7/site-packages/django/core/handlers/modpython.py,
 line 213, in handler\n    return ModPythonHandler()(req)
 [Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126]   File
 /usr/lib/python2.7/site-packages/django/core/handlers/modpython.py,
 line 174, in __call__\n    self.load_middleware()
 [Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126]   File
 /usr/lib/python2.7/site-packages/django/core/handlers/base.py, line
 39, in load_middleware\n    for middleware_path in
 settings.MIDDLEWARE_CLASSES:
 [Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126]   File
 /usr/lib/python2.7/site-packages/django/utils/functional.py, line
 276, in __getattr__\n    self._setup()
 [Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126]   File
 /usr/lib/python2.7/site-packages/django/conf/__init__.py, line 42,
 in _setup\n    self._wrapped = Settings(settings_module)
 [Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126]   File
 /usr/lib/python2.7/site-packages/django/conf/__init__.py, line 89,
 in __init__\n    raise ImportError(Could not import settings '%s' (Is
 it on sys.path?): %s % (self.SETTINGS_MODULE, e))
 [Wed Apr 20 04:01:51 2011] [error] [client 192.168.1.126] ImportError:
 Could not import settings 'reviewboard.settings' (Is it on sys.path?):
 No module named reviewboard.settings

 here is the paache configuration for the virtual host

 VirtualHost *:80
        ServerName reviewboard.lcgentoo.local
        DocumentRoot /var/www/reviewboard.lcgentoo.local/htdocs

        # Error handlers
        ErrorDocument 500 /errordocs/500.html

        # Serve django pages
        Location /
                PythonPath
 ['/var/www/reviewboard.lcgentoo.local/conf'] + sys.path
                SetEnv DJANGO_SETTINGS_MODULE reviewboard.settings
                SetEnv PYTHON_EGG_CACHE
 /var/www/reviewboard.lcgentoo.local/tmp/egg_cache
                SetHandler mod_python
                PythonHandler django.core.handlers.modpython
                PythonAutoReload Off
                PythonDebug Off
                # Used to run multiple mod_python sites in the same apache
                PythonInterpreter reviewboard_reviewboard_lcgentoo_local
        /Location

        # Serve static media without running it through mod_python
        # (overrides the above)
        Location /media
                SetHandler None
        /Location
        Location /errordocs
                SetHandler None
        /Location

        Directory /var/www/reviewboard.lcgentoo.local/htdocs
                AllowOverride All
        /Directory

        # Alias static media requests to filesystem
        Alias /media /var/www/reviewboard.lcgentoo.local/htdocs/media
        Alias /errordocs
 /var/www/reviewboard.lcgentoo.local/htdocs/errordocs
 /VirtualHost

 anybody can provide me guidance to fix the issue (I found some other
 message in the group and tried to tweak the PythonPath accordingly but
 wasn't able to solve the issue).

 Thanks a lot

 --
 Want