Issue 683 in reviewboard: global name 'ClientError' is not defined

2009-07-02 Thread codesite-noreply
Comment #5 on issue 683 by pytechd: global name 'ClientError' is not defined http://code.google.com/p/reviewboard/issues/detail?id=683 I had the same problem -- I had the server running (lighttpd+fcgi) before I installed pysvn. Once pysvn installed, I started getting the ClientError exception

Issue 683 in reviewboard: global name 'ClientError' is not defined

2009-06-28 Thread codesite-noreply
Comment #4 on issue 683 by henrike.coelho: global name 'ClientError' is not defined http://code.google.com/p/reviewboard/issues/detail?id=683 I'm having the same problem with pysvn 1.7.0.1177 python 2.5 and svn 1.6.1 is any workaround for this? Thanks. -- You received this message because

NameError: global name 'ClientError' is not defined

2009-06-08 Thread Josh Joy
or license for more information. import pysvn pysvn.version (1, 7, 0, 0) Stacktrace global name 'ClientError' is not defined Traceback (most recent call last): File /opt/tools/python/v2.6.2/lib/python2.6/site-packages/ReviewBoard-1.0rc2-py2.6.egg/reviewboard/diffviewer/views.py, line 152

Issue 683 in reviewboard: global name 'ClientError' is not defined

2008-10-15 Thread codesite-noreply
Issue 683: global name 'ClientError' is not defined http://code.google.com/p/reviewboard/issues/detail?id=683 Comment #1 by chipx86: Though the error isn't very clear, this sounds like you don't really have pysvn installed. You can check by running the following on the command line: python

Re: error from svn.py: global name 'ClientError' is not defined

2008-09-18 Thread Christian Hammond
Hmm, that should work. Let's try one more thing to help narrow this down. In scmtools/svn.py, temporary remove the try:, except: and pass lines near the top of the file and unindent the from pysvn ... line. Let's see if the import fails at all. Christian -- Christian Hammond - [EMAIL