On Fri, Apr 24, 2009 at 10:42 AM, Pynthon <[email protected]> wrote:
>
> Hello
>
> This is my model (db.py):
> http://dpaste.com/37436/
db = ('sqlite://storage.db')
should be
db = SQLDB('sqlite://storage.db')
>
> And this is the error:
> http://dpaste.com/37439/
>
> Do someone know the problem?
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---