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

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) >

[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 al

[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, the

[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] 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

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 htt