[schooltool-dev] Re: tests don't pass on fresh checkout

Paul Carduner paulcarduner at gmail.com
Sat Apr 21 16:54:26 EDT 2007


Ok, I got the tests to pass but I had to copy the eggs folder from an
older checkout into the fresh checkout.  Then it worked.  Strangely
the fresh checkout will produce *a lot* more eggs than the older
checkout.  I assume this is due to the recent push for a full eggs
distribution of zope3.4.  In any case, it seems totally break
schooltool, which is rather disconcerting.

- Paul

On 4/21/07, Paul Carduner <paulcarduner at gmail.com> wrote:
> When I do a fresh checkout of schooltool, the tests fail.
> Specifically, I try to run tests for schooltool.gradebook and get this
> error when running ./test.py -1m schooltool.gradebook
>
> zope.configuration.xmlconfig.ZopeXMLConfigurationError: File
> "/home/pcardune/work/broken/src/schooltool/gradebook/browser/ftesting.zcml",
> line 4.2-4.34
>     ZopeXMLConfigurationError: File
> "/home/pcardune/work/broken/src/schooltool/configure.zcml", line
> 6.2-6.32
>     IOError: [Errno 2] No such file or directory:
> '/home/pcardune/work/broken/Zope3/src/zope/app/zcmlfiles/configure.zcml'
>
> It looks like it is looking for the configure.zcml file in the wrong
> place.  It should be looking in the installed egg for
> zope.app.zcmlfiles.  Why is it not looking there?
>
> - Paul
>


More information about the Schooltool-dev mailing list