web.config.db_parameters = dict(dbn='sqlite', db='database.db')
On Thu, May 1, 2008 at 5:59 PM, MilesTogoe <[EMAIL PROTECTED]> wrote: > > I'm trying to set up a model.py similar to the db.py in the farcebook > example. I'm using vers .23. > model.py > import web > my_db = web.database(dbn='sqlite'....) > => attribute error database > > is this example using vers .3 ? What is proper syntax for .23 ? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
