On Jul 18, 11:44 am, Kyle VanderBeek <vanderb...@gmail.com> wrote: > I'm trying to get the 0.9.7 final version rolled into an RPM for > Fedora, and keep running into a single test failure on > "test_project_do_two_engines" both from the 0.9.7 tarball and the tip > of the 0.9.7.x hg branch. It's a complaint from the caching layer, > but I'm not convinced this is the real culprit: > > [...] > 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 > >
Actually, it was the Beaker that was the problem. The current stable release of Beaker 1.3.1 has a bug that is fixed in the trunk. It causes elements of the config to get overwritten. Fix here: http://bitbucket.org/bbangert/beaker/changeset/24ef019fc6d6/ So, caution: as far as I can tell, you may end up with broken things if you run Pylons with Beaker 1.3.1. -- Kyle. www.kylev.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com To unsubscribe from this group, send email to pylons-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en -~----------~----~----~----~------~----~------~--~---