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 27, 2009 at 2:25 PM, Paulo Eduardo Neves
<paulone...@gmail.com>wrote:

>
> 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 configuration files ... OK
> > Creatingdatabase... Traceback (most recent call last):
> >  File"C:\Python25\Lib\site-packages\ReviewBoard-0.9.dev_20090108-
> > py2.5.egg\EGG-INFO\scripts\rb-site", line 1186, in <module>
> >     main(sys.argv[1:])
> >  File"C:\Python25\Lib\site-packages\ReviewBoard-0.9.dev_20090108-
> > py2.5.egg\EGG-INFO\scripts\rb-site", line 1181, in main
> >     command.run()
> >  File"C:\Python25\Lib\site-packages\ReviewBoard-0.9.dev_20090108-
> > py2.5.egg\EGG-INFO\scripts\rb-site", line 822, in run
> >     self.show_install_status()
> >  File"C:\Python25\Lib\site-packages\ReviewBoard-0.9.dev_20090108-
> > py2.5.egg\EGG-INFO\scripts\rb-site", line 1043, in show_install_status
> >     site.sync_database)
> >  File"C:\Python25\Lib\site-packages\ReviewBoard-0.9.dev_20090108-
> > py2.5.egg\EGG-INFO\scripts\rb-site", line 469, in step
> >     func()
> >  File"C:\Python25\Lib\site-packages\ReviewBoard-0.9.dev_20090108-
> > py2.5.egg\EGG-INFO\scripts\rb-site", line 181, in sync_database
> >     self.run_manage_command("syncdb", ["--noinput"])
> >  File"C:\Python25\Lib\site-packages\ReviewBoard-0.9.dev_20090108-
> > py2.5.egg\EGG-INFO\scripts\rb-site", line 219, in run_manage_command
> >     execute_manager(reviewboard.settings, [__file__, cmd] + params)
> >  File"c:\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:\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:\python25\lib\site-packages\django-1.0.2_final-py2.5.egg
> > \django\core\management\base.py", line 192, in run_from_argv
> >     self.execute(*args, **options.__dict__)
> >  File"c:\python25\lib\site-packages\django-1.0.2_final-py2.5.egg
> > \django\core\management\base.py", line 219, in execute
> >     output = self.handle(*args, **options)
> >  File"c:\python25\lib\site-packages\django-1.0.2_final-py2.5.egg
> > \django\core\management\base.py", line 348, in handle
> >     return self.handle_noargs(**options)
> >  File"c:\python25\lib\site-packages\django-1.0.2_final-py2.5.egg
> > \django\core\management\commands\syncdb.py", line 51, in handle_noargs
> >     cursor = connection.cursor()
> >  File"c:\python25\lib\site-packages\django-1.0.2_final-py2.5.egg
> > \django\db\backends\__init__.py", line 56, in cursor
> >     cursor = self._cursor(settings)
> >  File"c:\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:unabletoopendatabasefile
> >
> > 11:53:16 C:\Python25\Lib\site-packages\ReviewBoard-0.9.dev_20090108-
> > py2.5.egg\EGG-INFO\scripts >
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to