2009/7/6 Rive <[email protected]> > > Hi, I'm new in python and web.py. . . i'm trying to connect to a MS > SQL database like this: > > db = web.database(dbn='mssql', user='sa', pw='xxx', db='myDB', > host='myHost') > > and i get the following error: > File: "C:\Python26\lib\site-packages\web\db.py", line 991, in __init__ > keywords['password'] = keywords.pop('kw') keyError: 'kw'
what is the version of web.py that your are using? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
