I tried to create my first review-board site on a local windows machine with
rb-site install c:\temp\review-board-site1
But after I made my selection in the gui (I used sqlite and file caching) I
got the following exception
Traceback (most recent call last):
File
"c:\tools\python25\lib\site-packages\reviewboard-1.0alpha2.dev_20090122-py2.5.egg\EGG-INFO\scripts\rb-site",
line
589, in next_page
func()
File
"c:\tools\python25\lib\site-packages\reviewboard-1.0alpha2.dev_20090122-py2.5.egg\EGG-INFO\scripts\rb-site",
line
733, in call_func
func()
File
"c:\tools\python25\lib\site-packages\reviewboard-1.0alpha2.dev_20090122-py2.5.egg\EGG-INFO\scripts\rb-site",
line
181, in sync_database
self.run_manage_command("syncdb", ["--noinput"])
File
"c:\tools\python25\lib\site-packages\reviewboard-1.0alpha2.dev_20090122-py2.5.egg\EGG-INFO\scripts\rb-site",
line
219, in run_manage_command
execute_manager(reviewboard.settings, [__file__, cmd] + params)
File
"c:\tools\python25\lib\site-packages\django-1.0.2_final-py2.5.egg\django\core\management\__init__.py",
line 340,
in execute_manager
utility.execute()
File
"c:\tools\python25\lib\site-packages\django-1.0.2_final-py2.5.egg\django\core\management\__init__.py",
line 295,
in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File
"c:\tools\python25\lib\site-packages\django-1.0.2_final-py2.5.egg\django\core\management\base.py",
line 192, in r
un_from_argv
self.execute(*args, **options.__dict__)
File
"c:\tools\python25\lib\site-packages\django-1.0.2_final-py2.5.egg\django\core\management\base.py",
line 219, in e
xecute
output = self.handle(*args, **options)
File
"c:\tools\python25\lib\site-packages\django-1.0.2_final-py2.5.egg\django\core\management\base.py",
line 348, in h
andle
return self.handle_noargs(**options)
File
"c:\tools\python25\lib\site-packages\django-1.0.2_final-py2.5.egg\django\core\management\commands\syncdb.py",
lin
e 51, in handle_noargs
cursor = connection.cursor()
File
"c:\tools\python25\lib\site-packages\django-1.0.2_final-py2.5.egg\django\db\backends\__init__.py",
line 56, in cu
rsor
cursor = self._cursor(settings)
File
"c:\tools\python25\lib\site-packages\django-1.0.2_final-py2.5.egg\django\db\backends\sqlite3\base.py",
line 145,
in _cursor
self.connection = Database.connect(**kwargs)
sqlite3.OperationalError: unable to open database file
BTW I installed review-board with easy_install