Re: Installation problem

2010-01-06 Thread Christian Hammond
If it's giving you an authentication error now (I assume you placed import logging in scmtools/svn.py) then that's indeed what Subversion is sending back to us. If you look in the log file, there should be a line starting with: "SVN: Failed to get repository information for ..." which should have m

Re: Installation problem

2010-01-06 Thread Anthony Whitaker
I tried importing 'logging' myself and now I get an "Authentication failed."... I'm not sure if that's just an erroneous error or if it's actually the problem. I verified that my login credentials were correct with Tortoise. On Wed, Jan 6, 2010 at 1:11 PM, Anthony Whitaker wrote: > It's just HTTP

Re: Installation problem

2010-01-06 Thread Anthony Whitaker
It's just HTTP on on the LAN. But our network is all kinds of annoying for security reasons (I work for a defense contractor), could it be a proxy issue? I guess it'll be easier to diagnose after the logging stuff is imported properly. Is there an eta on this? I'm reviewing Review Board and a few o

Re: Installation problem

2010-01-05 Thread Christian Hammond
It's a bug in that release. What's really happening is that there's an error with the repository information. It's trying to log it to the log file before showing it but, well, we didn't import the logging functionality in that part of the code. It'll be fixed in the upcoming beta. Is the reposito

Re: Installation problem

2010-01-05 Thread Anthony Whitaker
Ah, yeah I've got it running now. Thanks a ton. I had an issue where the Repositories weren't showing up. So, I upgraded to the latest Review Board, install pysvn (I had installed the wrong version) and recreated the site as you specified. Now, it tells me that the "global name 'logging' is not def

Re: Installation problem

2010-01-05 Thread Christian Hammond
The server name looks wrong. It needs to be an actual domain, not a path in a domain. If you were looking to use Review Board in http://localhost/reviewboard/, you'll want to re-run the rb-site create and enter localhost for the domain and /reviewboard/ for the site root on (I think) the following

Re: Installation problem

2010-01-05 Thread Anthony Whitaker
It says to install Patch.exe. However, I have installed it, it's in the path. And I read another post that suggested copying Patch.exe to the apache/bin folder (which I thought a bit odd). I installed PIL from an installer. I can import PIL from a python shell. Python 2.5.1, PIL 1.1.6, Apache 2.2

Re: Installation problem

2010-01-05 Thread Christian Hammond
There are several Manual Server Updates pages. What instructions is this one referring to? How did you install PIL? And what version of Python is PIL and Review Board using? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.

Re: Installation problem

2010-01-05 Thread Anthony
I have this same problem... except PIL is installed correctly. The main page shows a yellow box that says "Manual server updates required" and a blue box that says something about installing Gnu Patch. Patch is installed and is in the path. I can run it from any command line. Any ideas? On Dec 16

Re: Installation problem

2009-12-16 Thread Dregel
This did the trick: yum install python-imaging On Dec 15, 4:44 pm, Dregel wrote: > Looks like the installation of PIL did fail. I'll start there then. > Cheers! > > Python 2.4.3 (#1, Sep  3 2009, 15:37:37) > ...>>> import PIL > > Traceback (most recent call last): >   File "", line 1, in ? > > Ea

Re: Installation problem

2009-12-15 Thread nshenry03
This fixed it for me: sudo apt-get -y install python-imaging r...@scubuntuvm1:~# python --version Python 2.5.2 r...@scubuntuvm1:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 8.04.3 LTS Release:8.04 Codename: hardy r...@scubuntuvm1:~#

Re: Installation problem

2009-12-15 Thread Dregel
Looks like the installation of PIL did fail. I'll start there then. Cheers! Python 2.4.3 (#1, Sep 3 2009, 15:37:37) ... >>> import PIL Traceback (most recent call last): File "", line 1, in ? Easy_install, yeah right... On Dec 15, 1:17 am, Christian Hammond wrote: > From a python prompt, typ

Re: Installation problem

2009-12-14 Thread Christian Hammond
>From a python prompt, type: import PIL If that fails, then PIL is not installed on the system. If it does work, then we need to investigate why your Python isn't seeing it. I assume you've done a web server restart since installing Review Board? Christian -- Christian Hammond - chip...@ch

Re: Installation problem

2009-12-14 Thread nshenry03
I am getting the same issue: r...@scubuntuvm1:~# python --version Python 2.5.2 r...@scubuntuvm1:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 8.04.3 LTS Release:8.04 Codename: hardy r...@scubuntuvm1:~# uname -r 2.6.24-23-generic On Dec

Re: Installation problem

2009-12-14 Thread Christian Hammond
Hi, The manual updates page is old and generally isn't seen anymore. We'll need to update the text to reference rb-site instead of manage.py. The error definitely seems to be that PIL isn't installed correctly. Yes, easy_install should get it, but perhaps something went wrong. What version of Pyt

Installation problem

2009-12-14 Thread Dregel
Hi, After following the installation guide, I got RB kind of working on centos but when I go to default page I get the message: Manual server updates required The suggestion is to run manage.py. After some investigation I found someone that recommended a rb-site upgrade instead and that command r

Re: Review board installation problem

2009-10-19 Thread Christian Hammond
y > is not in the python path list, but I'm sure I have installed the pysvn > module, then how can I add it into the python path? > > Regards! > > -- > From: chip...@chipx86.com > Date: Tue, 25 Aug 2009 20:28:56 -0700 > Subject:

RE: Review board installation problem

2009-10-19 Thread 王振钢
9 20:28:56 -0700 Subject: Re: Review board installation problem To: reviewboard@googlegroups.com It sounds like it's the wrong PySVN, or somehow incompatible. Which version did you install and where did you get it from? Christian -- Christian Hammond - chip...@chipx86.com Review Board - ht

Re: Review board installation problem

2009-08-25 Thread snowman
I got the subversion and pysvn both from tigris.org subversion 1.5.6, and pysvn py25-pysvn-svn156-1.7.0-1177.exe, My python version is 2.5.1 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To p

Re: Review board installation problem

2009-08-25 Thread Christian Hammond
It sounds like it's the wrong PySVN, or somehow incompatible. Which version did you install and where did you get it from? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Tue, Aug 25, 2009 at 8:13 PM, snowm

Re: Review board installation problem

2009-08-25 Thread snowman
Now I have another problem, when I try to create a new review request, the system broke down, Fowlling message is what I got when I turn on the debug mode: ImportError at /reviews/r/new/ DLL load failed: The specified procedure could not be found.Request Method: GET Request URL: http://localhost

Re: Review board installation problem

2009-08-19 Thread Christian Hammond
Glad it's working! I'll make sure to fix this bug for a point release. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Wed, Aug 19, 2009 at 3:12 AM, snowman wrote: > > Thanks, it works! so good. I'm a new

Re: Review board installation problem

2009-08-19 Thread snowman
Thanks, it works! so good. I'm a new guy to this django thing Christian, really appreciate with your in-time and helpful answers. On Aug 19, 6:04 pm, Christian Hammond wrote: > I think we have a bug where the configuration file isn't generated > correctly. Try changing all references from /

Re: Review board installation problem

2009-08-19 Thread Christian Hammond
I think we have a bug where the configuration file isn't generated correctly. Try changing all references from /media and /errordocs to /reviews/media and /reviews/errordocs in your Apache config. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMw

Re: Review board installation problem

2009-08-19 Thread snowman
I've set the Site Root as /reviews/ So when I type http://localhost/media, it comes up the media directory, when I type http://localhost/reviews/media, it can not find anything, is this the point? On Aug 19, 5:41 pm, Christian Hammond wrote: > The config file looks right. > > If you go tohttp:

Re: Review board installation problem

2009-08-19 Thread Christian Hammond
The config file looks right. If you go to http://yoursite/media/ in your browser, what do you see, and do your Apache error logs say anything? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Wed, Aug 19, 2

Re: Review board installation problem

2009-08-19 Thread snowman
Hi, Following is my config file... ServerName www.reviewboard.com DocumentRoot "d:/ReviewBoardSite/htdocs" # Error handlers ErrorDocument 500 /errordocs/500.html # Serve django pages PythonPath "['d:/ReviewBoardSite/conf'] + sys.

Re: Review board installation problem

2009-08-19 Thread Christian Hammond
Hi, That part sounds like Apache is pointing to the wrong directory for /media. If you post your Apache config file, I'll take a look and see if anything stands out. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.

Re: Review board installation problem

2009-08-19 Thread snowman
The problem is solved by put the patch.exe to the bin path of the web server. Thanks! But the the css seems doesn't take effect for the web site. Every looks like plain text. How to solve this issue? --~--~-~--~~~---~--~~ You received this message because you are

Re: Review board installation problem

2009-08-19 Thread snowman
I run  this command from the souce directory, but there's no > > settings_local.py, so i copied one from the site directory, and i run the > > command again, it seems no evolution required. > > But the 'Manul server updates required' is still there. > > > C

Re: Review board installation problem

2009-08-18 Thread Christian Hammond
mand again, it seems no evolution required. > But the 'Manul server updates required' is still there. > > Can you find what I did wrong? > > Regards! > > > -- > From: chip...@chipx86.com > Date: Tue, 18 Aug 2009 02:41:28 -0700 > Subject: Re:

Re: Review board installation problem

2009-08-18 Thread Christian Hammond
Hi, There's several "Manual server updates required" pages. Which one are you seeing? What instructions is it providing? How did you install Review Board from SVN? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.c

Review board installation problem

2009-08-18 Thread snowman
Hello, I'm a new guy to this review board tool. I get the annoying page 'Manual server updates required' page when I finish the installation process. My server configurations are windows xp, python2.5, apache2.2.4 My souce code is checked out from the svn, it shoud be fresh. and I change the data