Re: Issue 1934 in reviewboard: Installation problem of reviewboard on windows

2012-01-21 Thread reviewboard
Updates: Status: ThirdParty Comment #1 on issue 1934 by trowb...@gmail.com: Installation problem of reviewboard on windows http://code.google.com/p/reviewboard/issues/detail?id=1934 I'm sorry I didn't catch this earlier--it just got buried under other stuff. You'll need to file

Issue 1934 in reviewboard: Installation problem of reviewboard on windows

2011-01-04 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1934 by rajupunna: Installation problem of reviewboard on windows http://code.google.com/p/reviewboard/issues/detail?id=1934 *NOTE: Do not post confidential information in this bug report.* What version are you running? I

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

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 awhita...@gmail.comwrote:

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

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

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

Re: Installation problem

2009-12-16 Thread Dregel
This did the trick: yum install python-imaging On Dec 15, 4:44 pm, Dregel dre...@gmail.com 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 stdin, line 1, in

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

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 -

RE: Review board installation problem

2009-10-19 Thread 王振钢
-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 - http://www.review

Re: Review board installation problem

2009-10-19 Thread Christian Hammond
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 To: reviewboard

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:

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,

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

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

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,

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 chip...@chipx86.com wrote: I think we have a bug where the configuration file isn't generated correctly. Try changing all

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 zgwan...@hotmail.com wrote: Thanks, it works!

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

Re: Review board installation problem

2009-08-18 Thread Christian Hammond
: chip...@chipx86.com Date: Tue, 18 Aug 2009 02:41:28 -0700 Subject: Re: Review board installation problem To: reviewboard@googlegroups.com 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