Re: Issues with post-review in Windows.

2008-09-10 Thread Max N
Terry, it worked like a charm! I've submitted a review with your suggested change: http://reviews.review-board.org/r/536/ Thanks a bunch. Max On Sep 8, 10:27 pm, "Terry Rankine" <[EMAIL PROTECTED]> wrote: > since i have 'mauled' the actual original file - do you mind generating the > diff and

ImportError: No module named reviewboard.urls

2008-09-10 Thread json4639
I'm having a problem running review board on Apache with python 2.4 and Django 1.0 RC 1. The error is... Mod_python error: "PythonHandler django.core.handlers.modpython" Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/mod_python/apache.py", line 299, in HandlerDis

Re: ImportError: No module named reviewboard.urls

2008-09-10 Thread Christian Hammond
Your PythonPath variable is pointing to directories in /, which I'm sure is not the right location. You need to make sure it's pointing to the actual directories where the Review Board modules reside. Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Wed, Sep 10, 2008 at 8:43

Re: ImportError: No module named reviewboard.urls

2008-09-10 Thread json4639
Okay I made the following changes to httpd.conf and it seems to be working... PythonPath "['/django'] + ['/reviewboard'] + ['/'] + ['/ reviewboard/djblets'] + sys.path" SetHandler mod_python PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE reviewboard.se

Re: ImportError: No module named reviewboard.urls

2008-09-10 Thread Christian Hammond
This still doesn't look correct. PythonPath in your new code is still pointing to invalid locations. I'm shocked it works at all. I recommend running ./configure and then looking at the apache-modpython.conf in contrib/conf/. You'll want to use that as a base for this. Christian -- Christian Ha

Re: ImportError: No module named reviewboard.urls

2008-09-10 Thread json4639
Thanks for the responses Christian. Here's how my directory structure is set up; maybe we have it all wrong. The reviewboard dir is under root. The djblets modules are in / reviewboard/djblets and django is installed under root as well. Is my PythonPath still incorrect? I'm looking at apache-m

Re: ImportError: No module named reviewboard.urls

2008-09-10 Thread json4639
Do you (or anyone) have any ideas about the css thing? It seems to be working correctly, aside from that. I'm just setting this up so my boss can try it out, he doesn't care how hacked the setup is for the initial trial. --~--~-~--~~~---~--~~ You received this mes

Direct.h

2008-09-10 Thread 13Strider
Dose any one know where i can get the direct.h file its being included in p4Post-review. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to reviewboard@goo

post-review for p4

2008-09-10 Thread 13Strider
Where can i find a clear description on how to make post review work with perforce? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to reviewboard@googlegroups.co

Re: post-review for p4

2008-09-10 Thread Joshua Slominski
I have submitted a change to post-review to handle this. It is still pending review: http://reviews.review-board.org/r/467/ On Wed, Sep 10, 2008 at 4:01 PM, 13Strider <[EMAIL PROTECTED]> wrote: > > Where can i find a clear description on how to make post review work > with perforce? > > > --~-

Re: post-review for p4

2008-09-10 Thread 13Strider
yeah i can see that, im missing a file thought the direct.h thats being used in p4Post-review.cpp also where do i but the p4post-review.cpp, sorry im a nob, thanks for the help/ On Sep 10, 5:23 pm, "Joshua Slominski" <[EMAIL PROTECTED]> wrote: > I have submitted a change to post-review to handle

Re: post-review for p4

2008-09-10 Thread Joshua Slominski
Ok, you are using the first submission that i made that used a wrapper executable to call post-review. If you look at revision 3, I have modified post-review to do the same thing that the wrapper executable did. Try using that first. That way you don't need to compile anything. On Wed, Sep 10,

Re: Problems setting up LDAP backend

2008-09-10 Thread [EMAIL PROTECTED]
I can't seem to get it to remember my LDAP config! I go in and set it in Admin | Settings | General | Advanced Auth by changing the type to LDAP, setting the LDAP server, the email domain, and updating the user mask. When the page refreshes it has these parameters, but when I go to the E-Mail ta

Re: Problems setting up LDAP backend

2008-09-10 Thread Christian Hammond
Hmm, I'm having trouble reproducing this. Can you go into Database -> Site Configurations -> the only entry and send me (privately if you wish) the contents of the settings? Christian -- Christian Hammond - [EMAIL PROTECTED] VMware, Inc. On Wed, Sep 10, 2008 at 6:30 PM, [EMAIL PROTECTED] <[EMA