On Tue, Jan 22, 2013 at 6:40 AM, Reinout van Rees <[email protected]> wrote: > On 21-01-13 13:31, Jim Fulton wrote: >> >> If problems aren't discovered first, I plan to make the final release >> next weekend. > > > I'm trying to get buildout-versions' tests to run with buildout 2.0b1. > > The error I'm getting is that it uses zc.recipe.testrunner, which in turn > uses z3c.recipe.scripts. > That z3c.recipe.scripts is a zc.recipe.egg wrapper, basically, and it fails > on "from zc.recipe.egg.egg import ScriptBase": > ImportError: cannot import name ScriptBase > > > It might be that zc.recipe.testrunner is horribly old, being last updated in > 2010. It might also be that something somewhere needs fixing. Anyone got a > pointer/idea?
Use zc.recipe.testrunner 1.3.0. I plan to release a zc.recipe.testrunner 2 that is just a copy of 1.3.0. :) Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton Jerky is better than bacon! http://zo.pe/Kqm _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
