Re: Facing error while revieboard installation

2008-09-23 Thread Atul Phalke
Yes I have file /usr/lib/python2.5/site-packages/django/db/backends/sqlite3/base.py on my system. System is FC8. uname -a output--- Linux ip-address 2.6.21-2950.fc8xen #1 SMP Tue Oct 23 12:24:34 EDT 2007 i686 i686 i386 GNU/Linux On Tue, Sep 23, 2008 at 11:38 AM, Christian Hammond [EMAIL

Re: Facing error while revieboard installation

2008-09-22 Thread Atul Phalke
It's sqlite3. DATABASE_ENGINE = 'sqlite3' # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'. DATABASE_NAME = 'reviewboard.sqlite' # Or path to database file if using sqlite3. DATABASE_USER = '' # Not used with sqlite3. DATABASE_PASSWORD = '' # Not used with sqlite3.

Re: Facing error while revieboard installation

2008-09-22 Thread Atul Phalke
I think I should try this option as per following line DATABASE_NAME = 'reviewboard.sqlite' # Or path to database file if using sqlite3. Atul. On Tue, Sep 23, 2008 at 9:43 AM, Atul Phalke [EMAIL PROTECTED]wrote: No. I didn't try. But as per the steps given there is no need for sqlite I guess

Re: Facing error while revieboard installation

2008-09-15 Thread Atul Phalke
Hey Christian, Sorry for delay in response. I am using reviewboard code from trunk and django version 1.0. Any response would be appreciated. Thanks, Atul. On Fri, Sep 5, 2008 at 4:20 PM, Christian Hammond [EMAIL PROTECTED]wrote: Review Board hasn't worked with 0.96 in over a year.