If I do a SVN checkout from Google and then run web2py, everthing
works fine.

If I do the same thing using git, I get this:

 $ ./web2py.py
default applications appear to be installed already
web2py Enterprise Web Framework
Created by Massimo Di Pierro, Copyright 2007-2008
Version 1.55 (2009-01-07 21:07:28)
Database drivers available: SQLite3
choose a password:password
please visit:
        http://127.0.0.1:8000
use "kill -SIGTERM 30396" to shutdown the web2py server
WARNING:root:no cache.disk
ERROR:root:Traceback (most recent call last):
  File "/home/witr/Projects/web2py/repo/gluon/restricted.py", line 62,
in restricted
    exec ccode in environment
  File "/home/witr/Projects/web2py/repo/applications/welcome/models/
db.py", line 8, in <module>
    db=SQLDB('sqlite://storage.db')         # if not, use SQLite or
other DB
  File "/home/witr/Projects/web2py/repo/gluon/sql.py", line 458, in
__init__
    self._pool_connection(lambda:sqlite3.Connection(dbpath))
  File "/home/witr/Projects/web2py/repo/gluon/sql.py", line 423, in
_pool_connection
    self._connection=f()
  File "/home/witr/Projects/web2py/repo/gluon/sql.py", line 458, in
<lambda>
    self._pool_connection(lambda:sqlite3.Connection(dbpath))
OperationalError: unable to open database file

Any suggestions how to debug this"?


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

Reply via email to