Some piece of the puzzle is missing. I tried that last time around
and got the traceback below... anyhow... some day when you have
time, I'm probably not the only one who would appreciate it. :D
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/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'
On Feb 10, 2007, at 12:21 PM, Christopher Arndt wrote:
>
> isaac schrieb:
>> Any chance you (or someone) could post a zipped small example that
>> works?
>
> I'm rather busy at the moment an I don't have an isolated example
> ready, But
> just copying the code from
>
> http://paste.turbogears.org/paste/950 as
> 'myproject.tests.utils_database' and
> http://paste.turbogears.org/paste/949 as
> 'myproject.tests.test_model.py'
>
> into a quickstarted project should work (I think).
>
> Chris
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---