[...]
File "/usr/lib/python2.6/site-packages/beaker/container.py", line
383, in __init__
raise MissingCacheParameter("data_dir or dbm_dir is required")
MissingCacheParameter: data_dir or dbm_dir is required
I think it may be an artifact of the way many of us have to run the
test suite by setting PYTHONPATH instead of running "python setup.py
develop". This seems like it should work, and would be ideal for
anyone wanting to help with Pylons development running on a box they
don't have root access on or have to share with other people (making
modifying the python installation's path via "setup.py develop"
untenable):
PYTHONPATH=`pwd` python setup.py test
If anyone has any clues as to why this test fails while running tests
in this manner, I'd really appreciate a hint. I'm digging, but
haven't found it yet, and I'd really like to get the final version of
0.9.7 into Fedora so people can use it easily. Output of an attempted
run is attached. Thanks!
--
Kyle.
www.kylev.com