[Zope-dev] Zope Tests: 35 OK, 12 Failed, 2 Unknown

2010-08-30 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sun Aug 29 12:00:00 2010 UTC to Mon Aug 30 12:00:00 2010 UTC. There were 49 messages: 6 from Zope Tests, 2 from buildbot at enfoldsystems.com, 4 from buildbot at pov.lt, 19 from buildbot at winbot.zope.org, 8 from ccomb at free.fr, 10 from

[Zope-dev] zope.app.appsetup and RootErrorReportingUtility

2010-08-30 Thread Adam GROSZER
Hello, zope.app.appsetup installs the following RootErrorReportingUtility: ensureUtility(root_folder, IErrorReportingUtility, '', RootErrorReportingUtility, copy_to_zlog=False) My problem with this is that copy_to_zlog=False, that means if your app is *really* hosed you

Re: [Zope-dev] zope.app.appsetup and RootErrorReportingUtility

2010-08-30 Thread Marius Gedminas
On Mon, Aug 30, 2010 at 03:01:24PM +0200, Adam GROSZER wrote: zope.app.appsetup installs the following RootErrorReportingUtility: ensureUtility(root_folder, IErrorReportingUtility, '', RootErrorReportingUtility, copy_to_zlog=False) My problem with this is that

Re: [Zope-dev] zope.app.appsetup and RootErrorReportingUtility

2010-08-30 Thread Stephan Richter
On Monday, August 30, 2010, Adam GROSZER wrote: Anyone objects a change to copy_to_zlog=True as default? +1 Regards, Stephan -- Entrepreneur and Software Geek Google me. Zope Stephan Richter ___ Zope-Dev maillist - Zope-Dev@zope.org

Re: [Zope-dev] zope.app.appsetup and RootErrorReportingUtility

2010-08-30 Thread Brian Sutherland
On Mon, Aug 30, 2010 at 03:01:24PM +0200, Adam GROSZER wrote: Hello, zope.app.appsetup installs the following RootErrorReportingUtility: ensureUtility(root_folder, IErrorReportingUtility, '', RootErrorReportingUtility, copy_to_zlog=False) My problem with this is

Re: [Zope-dev] import of zexp containing Page Template objects causes sudden zope death

2010-08-30 Thread Chris Withers
Laurence Rowe wrote: architecture i386): Mach-O executable i386 This is telling you that the executable contains versions for ppc and i386 (no x86_64, so no 64bit version). Another way to confirm this is at the python prompt with: import sys; sys.maxint That's annoying, I was hoping

Re: [Zope-dev] import of zexp containing Page Template objects causes sudden zope death

2010-08-30 Thread Marius Gedminas
On Mon, Aug 30, 2010 at 06:38:01PM +0100, Chris Withers wrote: Laurence Rowe wrote: Nonetheless, why would a .zexp on a 32-bit architecture and import on 64-bit cause sudden crash death when viewing /manage_main of a an imported folder containing Page Templates?! Still in wtf?! mode...