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

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