[Zope-dev] How to get Entrys from a catalog by date boundaries

2002-07-23 Thread Sebastian Sippl
Hi, I've tried to select all entrys from a catalog by defining the date boundaries(Python script). Looks like this: id=context.getId() return context.cata( {'content' : id, 'date': [datestart, dateend], 'date_usage' : 'range:min:max', } ) cata =

Re: [Zope-dev] updating homebrew extension of structured text tostandard

2002-07-23 Thread Jochen Knuth
Hi Chris, Chris Withers schrieb: Jochen Knuth wrote: Does anyone know a reason for this behaviour? Maybe your re isn't matching what you expect? i think it is more the thread problem with python on FreeBSD (i forgot to include this information, i use Zope 2.5.1 with Python 2.1.3 on

Re: [Zope-dev] How to get Entrys from a catalog by date boundaries

2002-07-23 Thread Toby Dickenson
On Tuesday 23 Jul 2002 10:20 am, Sebastian Sippl wrote: Hi, I've tried to select all entrys from a catalog by defining the date boundaries(Python script). Looks like this: id=context.getId() return context.cata( {'content' : id, 'date': [datestart, dateend],

Re: [Zope-dev] Memory Leaks

2002-07-23 Thread Stefan H. Holek
I do also see the ZPT expression stuff leaking. In my case in this order: Products.PageTemplates.Expressions.SubPathExpr Products.PageTemplates.Expressions.PathExpr Products.PageTemplates.ZRPythonExpr.PythonExpr This one does *not* go away when setting ZOPE_SECURITY_POLICY=PYTHON. I am also

[Zope-dev] Accessing catalog objects

2002-07-23 Thread Sebastian Sippl
On Tuesday 23 Jul 2002 10:20 am, Sebastian Sippl wrote: Hi, I've tried to select all entrys from a catalog by defining the date boundaries(Python script). Looks like this: id=context.getId() return context.cata( {'content' : id, 'date': [datestart, dateend],

[Zope-dev] ZopeTime Module missing !?

2002-07-23 Thread Sebastian Sippl
Hi, Is it possible, that on my zope server the ZopeTime() module is missing ? If yes, how do i get it installed ? Sebastian ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

[Zope-dev] Hello

2002-07-23 Thread Tim -- ITR
One of your members referred me to this site and said to ask for help with a contract need that I have. I need some help with for about six months. It is Zope/Python work. CMF and DogBowl are preferred. I am needing at least a 2 year developer. Hourly rate is from $35-40. I can be reached

[Zope-dev] Date Time Problem

2002-07-23 Thread Sebastian Sippl
Hi, another problem occured: I got the script working, which gives me certain values back from the catalog. But this Time thing still doesnt work ! i have tried nearly everything. I use the procedure described in the zope book, but it doesnt work. return context.cata({'content' : id,

Re: [Zope-dev] Confusing segfault for Zope2 head on RH7.3

2002-07-23 Thread Matthew T. Kromer
Matthew T. Kromer wrote: On *my* RedHat 7.3 system, I cannot reproduce your problem. However, you do note that exception 0x6e727574 is ASCII for 'nrut' or 'turn' backwards. I dont know if that's meaningful or not. I usally watch out for ASCII in things that should otherwise be

[Zope-dev] Folder(id)

2002-07-23 Thread Florent Guillaume
Currently OFS.Folder.Folder doesn't have a constructor, so (I think) defaults to that of ExtensionClass.Base which accepts anything. The problem is that a number of places in the code, and a number of people, expect ob=Folder(id) to create a correct folder, whereas the id is actually not used.

Re: [Zope-dev] Memory Leaks

2002-07-23 Thread Andy McKay
Hmm of course it doesnt mean ZPT expressions are causing the leak, but are a side effect. Of course my DTML ZopeZen is watertight and isnt leaking at all :) - Original Message - From: Stefan H. Holek [EMAIL PROTECTED] To: Andy McKay [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday,

[Zope-dev] 2.6 MIA

2002-07-23 Thread kapil thangavelu
whats the release plan for 2.6? is it time for another alpha/beta release? curious, kapil ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists -

[Zope-dev] Refresh trashes acquisition

2002-07-23 Thread Ross Boylan
I find that when I refresh my product it destroys some of the containment relationships. Things start failing, and as far as I can tell the only recovery is to completely rebuild the object. This is a big problem, and if anyone could explain what is going on and how to avoid it I would

Re: [Zope-dev] Memory Leaks

2002-07-23 Thread Andre Schubert
On Tue, 23 Jul 2002 12:37:39 +0200 Stefan H. Holek [EMAIL PROTECTED] wrote: I do also see the ZPT expression stuff leaking. In my case in this order: Products.PageTemplates.Expressions.SubPathExpr Products.PageTemplates.Expressions.PathExpr Products.PageTemplates.ZRPythonExpr.PythonExpr

Re: [Zope-dev] Memory Leaks

2002-07-23 Thread Andre Schubert
On Tue, 23 Jul 2002 12:37:39 +0200 Stefan H. Holek [EMAIL PROTECTED] wrote: I do also see the ZPT expression stuff leaking. In my case in this order: Products.PageTemplates.Expressions.SubPathExpr Products.PageTemplates.Expressions.PathExpr Products.PageTemplates.ZRPythonExpr.PythonExpr