This example isn't working for me, I still get:
======================================================================
ERROR: myproject.tests.test_model.TestModel.test_create
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/nose-0.9.1-py2.4.egg/nose/case.py",
line 126, in setUp
try_run(self.testInstance, names)
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/nose-0.9.1-py2.4.egg/nose/util.py",
line 200, in try_run
return func()
File "/Users/Shared/tgdev/myproject/myproject/tests/utils_database.py",
line 10, in setUp
database.bind_meta_data()
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/TurboGears-1.0.1-py2.4.egg/turbogears/database.py",
line 57, in bind_meta_data
get_engine()
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/TurboGears-1.0.1-py2.4.egg/turbogears/database.py",
line 39, in get_engine
dburi = alch_args.pop('dburi')
KeyError: 'pop(): dictionary is empty'
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---