[Zope-dev] Zope Tests: 4 OK, 1 Failed

2008-01-08 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon Jan 7 12:00:00 2008 UTC to Tue Jan 8 12:00:00 2008 UTC. There were 5 messages: 5 from Zope Unit Tests. Test failures - Subject: FAILED (failures=1) : Zope-trunk Python-2.4.4 : Linux From: Zope Unit Tests Date: Mon Jan 7

Re: [zope.interface bug] Re: [Zope-dev] zope.interface confuses Python

2008-01-08 Thread Dieter Maurer
Jim Fulton wrote at 2008-1-7 16:04 -0500: ... If __implements__ is inherited, why is __provides__ not inherited? __provides__ (in this context) is a class attribute. I don't support (and don't want to support) inheritance between class objects. Where can I read about the __provides__

Re: [Zope] Using md5 with allow_module

2008-01-08 Thread Running Clam
Hi Andreas, On 1/8/08, Andreas Jung [EMAIL PROTECTED] wrote: Enough people have struggled with this that I'd like to understand it well enough to add something to the wiki for the next person who has the problem... There is an intriguing comment at the end of the page:

Re: [Zope] Intercept request

2008-01-08 Thread Sascha Welter
(Mon, Jan 07, 2008 at 08:18:14AM -0600) David Chelimsky wrote/schrieb/egrapse: The use case is that my client wants to block a range of IP addresses from being able to view their site. So I need to access the originating IP address and filter appropriately. You might also want to look at

[Zope] Liberty League International, Signs Of A Real Internet Home Business

2008-01-08 Thread Super Star
Liberty League International, Signs Of A Real Internet Home Business The world of internet home business is often clouded by people trying to scam opportunity seekers. This can make for a very disheartening and difficult process of finding a real home business opportunity. Part of the problem is

[Zope] Five Point Capital, Searching for the Right Keywords through Staff Leasing Companies

2008-01-08 Thread Super Star
Five Point Capital, Searching for the Right Keywords through Staff Leasing Companies A growing number of websites compete to be among the top ten listings in the search results. This position gives them a higher possibility of getting more customers compared with a lower rank. Web marketers use

[Zope] Wendy Stevens Nashville, So You Want To Start A Home Business

2008-01-08 Thread Super Star
Wendy Stevens Nashville Tennesee, So You Want To Start A Home Business Wendy Stevens Franklin Tennesee So you want to start a home business, and don't know where to begin. Like any other business, research the company your interested in. Find out all you can about their business practices,

[Zope] [WARNING] Nasty bug detected in ManagableIndex

2008-01-08 Thread Dieter Maurer
Today, I detected (and fixed) a nasty bug in my ManagabelIndex. The bug affects indexes with TermType=='DateInteger'. When for such an index a DateTime value is converted to a DateInteger, the input is rounded up to a Date rather than rounded down. Because this is applied uniformly to all

Re: [Zope] can't pickle instancemethod objects in testcase

2008-01-08 Thread Dieter Maurer
Peter Bengtsson wrote at 2008-1-7 18:29 +: My code works fine in normal running zope but not when run as a testcase (I'm not using bin/zopectl test if that matters) I get the following error. I feel guilty since I've got this line in my code: transaction.get().commit() (Expense.py#4458) I

Re: [Zope] Using md5 with allow_module

2008-01-08 Thread Dieter Maurer
Running Clam wrote at 2008-1-7 21:10 +: I have a need to generate an md5 hash for an XML fragment generated by TTW Zope code. I thought I could do this with allow_module - I have a pseudo-product with an __init_,py that contains: - # Global module assertions for Python scripts from