Hi,
> KeyError: 'pop(): dictionary is empty'
Yeah, this is TG trying to automatically connect to your DBURI, then
realising that you don't have one.
> db = sa.create_engine('mysql://web:[EMAIL PROTECTED]/tdtg_db_test')
Instead I suggest you do:
from turbogears import config
config.update({"sqlalchemy.dburi" : "blah"})
Paul
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---