Re: UnicodeDecodeError with Visual Studio files, RB 1.5.4, RBTools-0.3.2 (Python 2.7.1)

2011-03-25 Thread Chris Clark
Craig A wrote: You mention you've customized postreview ... is it possible that your new code has the Unicode assumption in it rather than the original RBtools. I don't think so, the relevant line of code looks like this: return content_type, content The trace back does

Re: UnicodeDecodeError with Visual Studio files, RB 1.5.4, RBTools-0.3.2 (Python 2.7.1)

2011-03-25 Thread Craig A
Hi Chris, thanks for taking time to look at this issue. >> If this is a new file the diff will include the BOM. The file is not new, but in fact the BOM is being introduced as part of the change (the config file was rewritten using C# XML helper classes - that introduces the BOM in the new file)

Re: 500 - Internal Server Error | Review Board

2011-03-25 Thread Stephen Gallagher
On 03/24/2011 08:27 PM, Christian Hammond wrote: > Hi, > > Looks like a new python-dateutil was just released today that only > works with Python 3, and it's being fetched. That's not good. We'll > have to get out an update to be more specific about the version needed. > > Try getting rid of the ol

Re: LDAP setup with 1.5.4

2011-03-25 Thread Stephen Gallagher
On 03/25/2011 12:35 PM, storms wrote: > I am trying to setup LDAP on my new install with 1.5.4 on RedHat using > apache + mod_python. I can't seem to get it to work... > Here's my latest from the /var/log/httpd/error_log... I see the > warning messages but not sure how to proceed with them... > >

Re: LDAP setup with 1.5.4

2011-03-25 Thread Dan Young
On Fri, Mar 25, 2011 at 9:35 AM, storms wrote: > I have defined the following in Authentication Settings page: > LDAP Server:     ldap://:389 > LDAP BaseDN:  dc=sendmail,dc=com > User Mask:         (&(objectClass=User) (mailNickname=%s)) ...snip... > WARNING:root:LDAP error: The specified object d

Re: UnicodeDecodeError with Visual Studio files, RB 1.5.4, RBTools-0.3.2 (Python 2.7.1)

2011-03-25 Thread Chris Clark
Craig A wrote: I am getting an error similar to what was reported some time ago in this post: http://groups.google.com/group/reviewboard/browse_thread/thread/56fb450ceaef45c1 UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 1285: ordinal not in range(128) Specifically

Re: LDAP setup with 1.5.4

2011-03-25 Thread Jan Koprowski
Hi, Test this configuration with the same values in Apache Directory Studio (http://directory.apache.org/studio/) and check what is wrong :) Usually helps. Good luck, On Fri, Mar 25, 2011 at 5:35 PM, storms wrote: > I am trying to setup LDAP on my new install with 1.5.4 on RedHat using > ap

LDAP setup with 1.5.4

2011-03-25 Thread storms
I am trying to setup LDAP on my new install with 1.5.4 on RedHat using apache + mod_python. I can't seem to get it to work... Here's my latest from the /var/log/httpd/error_log... I see the warning messages but not sure how to proceed with them... I have defined the following in Authentication Se

Re: post-review from windows fails

2011-03-25 Thread Stein, Ruben
Hello Christian, Thank you very much for your answer. That was the right pointer. I investigated a few minutes and found the alternative configuration directive for mod_fcgi on http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html. To resolve the problem I finally added the following line to