Re: DCWorkflow (was Re: [Zope-dev] Another open letter. :-))

2001-12-03 Thread Florent Guillaume
to be low level, mind you, but that missing layer prevents people from using it directly like DCWorkflow. Florent -- Florent Guillaume, Nuxeo SARL (Paris, France) +33 1 40 33 79 10 http://nuxeo.com mailto:[EMAIL PROTECTED] ___ Zope-Dev maillist

Re: [Zope-dev] KeyError on UnIndex.keyForDocument

2001-09-30 Thread Florent Guillaume
From what I remember, it happened even after a complete catalog cleaning and repopulation. We were using Zope 2.3.3 and CMF at the time. That was on a production server so there was a bit of time pressure on us :) thus the hazy recollection. Florent Guillaume Nuxeo Chris McDonough [EMAIL

Re: [Zope-dev] how to accept an arbitrary parameter/anti-NIMDA script

2001-09-28 Thread Florent Guillaume
You can use a **kw argument in a Python Script. Florent Guillaume Nuxeo marc lindahl [EMAIL PROTECTED] wrote: I'm looking at how to get this anti-NIMDA script to work in zope ( http://pc.xs4all.nl/default.ida) The thing is, it's called with a parameter (trying to cause a buffer overflow

Re: [Zope-dev] KeyError on UnIndex.keyForDocument

2001-09-28 Thread Florent Guillaume
I had something like that. It turned out that I was doing a catalog query, sorting on an index that didn't exist on some of the objects. I made sure the index existed on all my objects. But still I'd be inclined to consider this a bug. Florent Guillaume Nuxeo Morten W. Petersen [EMAIL

Re: [Zope-dev] testing types in PythonScripts

2001-09-28 Thread Florent Guillaume
Python Script has a same_type(x,y) function. Florent Guillaume Nuxeo Steve Alexander [EMAIL PROTECTED] wrote: I have a variable, f. The value of f might be a list, or it might be a string. I want to do different things to f depending what type it is. How do I check its type from

<    1   2   3   4   5   6