mysql not listed as a DB choice when creating ReviewBoard site

2015-09-05 Thread Ajoy Bhatia
Installed ReviewBoard 2.0.19 & other dependencies on Mac OS X Yosemite (10.10.5). Now, creating a ReviewBoard site. Here is what I get when I go through the "rb-site install /var/www/reviewboard.mysite.com" install process * What database type will you be using? You can type either the

Re: mysql not listed as a DB choice when creating ReviewBoard site

2015-09-07 Thread Ajoy Bhatia
Problem solved. Thanks for the tip. I have not worked with Python yet, so I had to look up how to print the exception details. Doing that gave me the following: type: value: dlopen(/Users/ab186095/.python-eggs/MySQL_python-1.2.5-py2.7-macosx- 10.10-intel.egg-tmp/_mysql.so, 2): Library not

Re: Getting "No matching DirectoryIndex (index.html) found" error

2015-09-08 Thread Ajoy Bhatia
he? > > Christian > > > On Tuesday, September 8, 2015, Ajoy Bhatia <ajoy@gmail.com > > wrote: > >> Hi, >> >> I just completed setting up ReviewBoard on my machine (MacOS X Yosemite >> 10.10.5) and it seems to work fine if I access it wit

Re: mysql not listed as a DB choice when creating ReviewBoard site

2015-09-06 Thread Ajoy Bhatia
I opened rbsite.py and saw that the following code checks for MySQLdb module and, if present, MySQL should be listed as a choice. Here, for MySQL, names is an array containing only "MySQLdb" @classmethod def has_modules(cls, names): """Returns True if one of the specified

Re: can not set up a git repository with reviewboard

2015-09-16 Thread Ajoy Bhatia
I am running ReviewBoard 2.0.19 on Ubuntu 14.04.3. On Wednesday, September 16, 2015 at 11:52:58 AM UTC-7, Ajoy Bhatia wrote: > > I am getting this error, too, with a private organization GitHub > repository. I enabled logging successfully (i.e. log directory is writable > b

Re: can not set up a git repository with reviewboard

2015-09-16 Thread Ajoy Bhatia
I am getting this error, too, with a private organization GitHub repository. I enabled logging successfully (i.e. log directory is writable by web server), restarted the web server and tried to add the repo again. Got the same error but do not see anything in the log file. BTW, my ReviewBoard