Update to V2.5.4 failed wit ImportError: No module named PIL

2016-04-14 Thread Markus Grimm
Hi there, I just updated the review board from V2.5.2 to 2.5.4. easy_install ran through fine, but rb-site upgrade throws the following error: Traceback (most recent call last): File "/usr/local/bin/rb-site", line 9, in load_entry_point('ReviewBoard==2.5.4', 'console_scripts', 'rb-site')

Re: Update to V2.5.4 failed wit ImportError: No module named PIL

2016-04-14 Thread Markus Grimm
Small addition: PIL is installed on my system in version 1.1.7: > pip show pil --- Metadata-Version: 1.1 Name: PIL Version: 1.1.7 Summary: Python Imaging Library Home-page: http://www.pythonware.com/products/pil Author: Secret Labs AB (PythonWare) Author-email: i...@pythonware.com License: Python

Where to find post-review command?

2014-05-02 Thread Markus Grimm
Hi all, I have installed Review-Board V1.7.25 and the RBTools. But I cannot find any post-review command on my machine as mentioned in the documentation of Version 1.7 (the "rbt" command is there, though). In the latest (dev) documentation, it says, one should use the command "rbt post". But w

How to generate a diff file properly?

2014-05-02 Thread Markus Grimm
Hi all, How can I create diffs for git repositories? This part is left out in the documentation completely. I have tried to redirect the output of "git diff" to a file, but when I try to upload this file as diff in an new review request, I get the error "fatal: Not a git repository: 'None'". I

Error when creating new custom git repository with ssh access

2014-05-02 Thread Markus Grimm
Hi there, I just evaluate review board to check if it's the right tool for my company. Installation worked fine, also the configuration so far. But when I try to add a new repository, I get the error: [Errno -5] No address associated with hostname The Hosting service is set to: (None - Custom

Re: Where to find post-review command?

2014-05-05 Thread Markus Grimm
ne or more fields had errors (HTTP 400, API Error 105) path: fatal: Not a git repository: 'None' Your review request still exists, but the diff is not attached. Can anyone tell me what's missing here? Any help would be appreciated. Am Sonntag, 4. Mai 2014 07:03:39 UTC+2 sc

What is the format of the REVIEWBOARD_URL server in the .reviewboardrc?

2014-05-05 Thread Markus Grimm
Hi all, I just tried to specify a server for the rbt post command. I installed Review Board at my local machine, so the command rbt post --server http://localhost does find the server. Also entering the lines [reviewboard] url = http://localhost in the git config works fine. But when I cr