Re: [Zope3-dev] Functional tests failing on Windows

2005-09-21 Thread Tim Peters
[Tim Peters] Something that worked was to delete every file reachable from zopeskel/ that wasn't under SVN control, and start over. Maybe that's what the Makefile's `clean` target does (in part): rm -f zopeskel/etc/package-includes/*.zcml [Fred Drake] Yes, that's exactly what you need

Re: [Zope3-dev] Functional tests failing on Windows

2005-09-20 Thread Adam Groszer
Hello Tim, Happened to me also on W2k... I didn't have time, I just removed the \package-includes\zope.app.pagelet-meta.zcml (and some others too as I remember) as a quick solution. Tuesday, September 20, 2005, 5:17:55 PM, you wrote: A release candidate for Python 2.4.2 is getting made, and I

Re: [Zope3-dev] Functional tests failing on Windows

2005-09-20 Thread Benji York
Tim Peters wrote: A release candidate for Python 2.4.2 is getting made, and I thought I'd try it against current Zope3 trunk. The functional tests flopped, but turns out the same thing happens with Python 2.3.5 today. I think it's because your existing instance has the ZCML slug for pagelets

Re: [Zope3-dev] Functional tests failing on Windows

2005-09-20 Thread Tim Peters
[Benji York] I think it's because your existing instance has the ZCML slug for pagelets in your package-includes directory. Remove and rebuild your instance (which is what buildbot does) and I bet it'll work. It's funny how much that resembles English ;-) I'm quite sure I've never removed or