Re: Newbie question: setup problems

2009-01-28 Thread Paulo Eduardo Neves
Nice! I've edited C:\Python25\Lib\site-packages\reviewboard-1.0alpha2.dev-py2.5.egg \reviewboard\contrib\tools\rb-site and in the line just before. self.run_manage_command(syncdb, [--noinput]) I've put import pdb;pdb.set_trace() run the instalation command and when the install

Re: Newbie question: setup problems

2009-01-27 Thread Paulo Eduardo Neves
I had the same error trying to install reviewboard in windows as administrator. The dir D:\mypath\db\ is empty. I'm also using sqlite, file as cache, and apache. On Jan 8, 3:04 pm, Phil lod...@comcast.net wrote: * Installing the site... Building site directories ... OK Building site

Re: Newbie question: setup problems

2009-01-27 Thread Christian Hammond
There's a bug right now with Windows that I'm going to fix tonight. Make sure that in your conf/settings_local.py your path to the database looks like: D:\\mypath\\db\\reviewboard.db. The \ needs to be escaped. Christian -- Christian Hammond - chip...@chipx86.com VMware, Inc. On Tue, Jan

Newbie question: setup problems

2009-01-08 Thread Phil
I'm trying to install Review Board so our group can try it out. I think I've installed all of the essentials and am now trying to run the rb-site script to set up a site with this environment: -- python 2.5 -- sqlite3 -- memcached -- apache Sqlite3 is complaining that it cannot open the database

Re: Newbie question: setup problems

2009-01-08 Thread Chris Clark
Phil wrote: .Sqlite3 is complaining that it cannot open the database file. (sqlite3.OperationalError: unable to open database file) Has anyone else had this problem? My understanding is that Python 2.5 includes sqlite thus I wouldn't have to install it again -- is this incorrect? Have

Re: Newbie question: setup problems

2009-01-08 Thread Jeff Andros
I had this problem too... make sure your web user has permissions not only on the sqlite file, but on the directory it resides in as well. Jeff O|||O 2009/1/8 Chris Clark chris.cl...@ingres.com Phil wrote: .Sqlite3 is complaining that it cannot open the database file.