WARNING  2009-01-21 01:27:01,190 cache.py] no cache.disk
ERROR    2009-01-21 01:27:01,250 main.py] Traceback (most recent call last):
  File "C:\dev\web2py\gluon\restricted.py", line 62, in restricted
    exec ccode in environment
  File "C:\dev\web2py\applications\users/models/db.py", line 2, in <module>
    db=SQLDB("sqlite://identity.db")
  File "C:\dev\web2py\gluon\sql.py", line 458, in __init__
    self._pool_connection(lambda:sqlite3.Connection(dbpath))
  File "C:\dev\web2py\gluon\sql.py", line 423, in _pool_connection
    self._connection=f()
  File "C:\dev\web2py\gluon\sql.py", line 458, in <lambda>
    self._pool_connection(lambda:sqlite3.Connection(dbpath))
NameError: global name 'sqlite3' is not defined

On Tue, Jan 20, 2009 at 12:47 PM, Markus Gritsch <m.grit...@gmail.com>wrote:

>
> On Tue, Jan 20, 2009 at 2:16 PM, Sebastian E. Ovide
> <sebastianov...@gmail.com> wrote:
> > I mean in local.. I haven't deploy it yet... just using the GAE SDK (the
> > last one)
>
> In the terminal, where you run dev_appserver.py, the exception is printed.
>
> Kind regards,
> Markus
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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