Re: [Zope-dev] ZPatterns bug. Very serious.

2000-06-22 Thread mike
"Phillip J. Eby" wrote: > This is not a bug, it's a feature. :) If you look closely at the > dictionary, you will see it contains empty lists for all these items. > These empty lists are the DataSkins.NOT_FOUND singleton, which caches the > nonexistence of these attributes. This is not a secur

Re: [Zope-dev] ZEO on NT? update

2000-06-22 Thread Bill Anderson
Jim Fulton wrote: > > Messages about ZEO should be sent to the [EMAIL PROTECTED], > http://lists.zope.org/mailman/listinfo/zope-zeo ISTR the announcement or the ZEO page say to use zope-dev. Has that changed? ___ Zope-Dev maillist - [EMAIL PROTECTED

Re: [Zope-dev] ZEO on NT? update

2000-06-22 Thread Jim Fulton
Messages about ZEO should be sent to the [EMAIL PROTECTED], http://lists.zope.org/mailman/listinfo/zope-zeo julio dinis wrote: > > Ok. :-) > > Continuing with the ZODB.POSException.Conflit... > > Now I know the problem with Zeo on NT is with the ClientStorage > and not with the ServerStorage.

[Zope-dev] XMLDocument and ZDOM pages

2000-06-22 Thread Chimezie Thomas-Ogbuji
Alot of work (scenarios, usecases, risks, documentation, etc) has been added to the zope-xml wikki. The focus is to push XMLDocument and ZDOM analysis to the next phase. Feedback would be appreciated. The Wikki pages are: http://www.zope.org/Wikis/zope-xml/ZDom (ZDOM) http://www.zope.org/Wikis

Re: [Zope-dev] ZEO on NT? update

2000-06-22 Thread julio dinis
Ok. :-) Continuing with the ZODB.POSException.Conflit... Now I know the problem with Zeo on NT is with the ClientStorage and not with the ServerStorage. You ask why? Because Ive tested different setup to come to this conclusion. ZSS - Zeo Storage Server ZCS - Zeo Client Storage 1- First setup

RE: [Zope-dev] Another bug in DA.py?

2000-06-22 Thread Brian Lloyd
> If I try the following ZSQL method it displays de authorization window: > > select * from Cliente where N_='22606' > > but if I try the next ZSQL method it displays the correct result (the difference is the > > > integer index in the first line): > > select * from Cliente where N_='22606' >

Re: [Zope-dev] possible bug in dtml-in

2000-06-22 Thread Jim Sanford
Shouldn't that be "sequence-end" instead of "sequence-last"? - Original Message - From: Federico Di Gregorio <[EMAIL PROTECTED]> To: Zope Dev <[EMAIL PROTECTED]> Sent: Thursday, June 22, 2000 12:16 PM Subject: [Zope-dev] possible bug in dtml-in hi *, an external method returns a list

[Zope-dev] Re: possible bug in dtml-in

2000-06-22 Thread Jonothan Farr
You want sequence-end, not sequence-last. That just bit me yesterday. ;) --jfarr "Perl is worse than Python because people wanted it worse." Larry Wall, 14 Oct 1998 - Original Message - From: Federico Di Gregorio <[EMAIL PROTECTED]> To: Zope Dev <[EMAIL PROTECTED]> Sent: Thursday, June

[Zope-dev] possible bug in dtml-in

2000-06-22 Thread Federico Di Gregorio
hi *, an external method returns a list of tuples like this one: [(elt1, elt2), (elt3, elt4), ...] and i want to print something after the last one so i do: ...do some work here... should be executed only after last iteration

[Zope-dev] ZEO on NT? update

2000-06-22 Thread julio dinis
Hi, I can see now that the problem is not per Data.fs but per object. The problem isnt that 2nd Client to run cant write do Data.fs, I found that its a per object conflict and not Data.fs, both clients can write to the ZSS but once client B writes to object X, Client A will never see the changes

Re: [Zope-dev] ZPatterns bug. Very serious.

2000-06-22 Thread Phillip J. Eby
At 11:11 PM 6/22/00 +0800, mike wrote: > >0025 'self'={'_v_attrCache': {'a_': [], >'filtered_manage_optionsisDocTemp': [], >'_Change_permissions_Permission': [], 'MANAGE_TABS_NO_BANNER': [], >'im_func': [], '__allow_groups__': [], '_Manage_properties_Permission': >[], 'tabs_path_infoisDocT

Re: [Zope-dev] Re: [Zope] ZScheduler-0.0.6 problem

2000-06-22 Thread Loren Stafford
I wouldn't waste any time working with Zope 2.1.7 -- it has been withdrawn due (so I understand) to a confusion in the CVS between the 2.1.x branch and the 2.2.x branch; it might be the cause of the problem. Can you go back to 2.1.6 or upgrade to 2.2.0b2 when it comes out (soon)? -- Loren -

Re: [Zope-dev] ZPatterns bug. Very serious.

2000-06-22 Thread mike
Well, it should be: > ## > # Add this to see what I mean > > try : > print "%s 'self'=%s" % ( > key, > slot.values()[0].__dict__ > ) > except : >

[Zope-dev] ZPatterns bug. Very serious.

2000-06-22 Thread mike
Hi, look, Phillip, what I found. File Rack.py: def retrieveItem(self,key): # Retrieve an object, identified by key a = self.loadAttrib item = None if a: item = self._RawItem(key) if hasattr(item,a): return item

Re: [Zope-dev] zope-cocoon interoperability

2000-06-22 Thread drawingincode
hi and thanks to Josh Zeider for responce:) The very fine and wonderfull cocoon leader posted this today Stephano Mazzocchi wrote> >I don't know of Zope's support for XML but I like >their project, they >are a serious group of developers and I've been told >their software >rocks. This is very go

Re: [Zope-dev] Compiled Python as an Extension file

2000-06-22 Thread Martijn Pieters
On Thu, Jun 22, 2000 at 08:53:41AM +0200, Dr. Peer Griebel wrote: > I managed to patch zope to accept compiled python files in the > Extensions directory. I don't know what to do with my path. Where could > I put it - into the Wiki pages? Hi Peer, Patches best go in the Collector: http://www.

[Zope-dev] Another bug in DA.py?

2000-06-22 Thread Juan Carlos Coruña
Title: Another bug in DA.py? If I try the following ZSQL method it displays de authorization window: select * from Cliente where N_='22606' but if I try the next ZSQL method it displays the correct result (the difference is the integer index in the first line): select * from Cliente where N_

[Zope-dev] Re: [Zope] ZScheduler-0.0.6 problem

2000-06-22 Thread Francois-Regis CHALAOUX
Hi, I have ZScheduler 0.0.6 running on a Linux machine (www.fippless.org at CodeIt Computing), so we can't say it's an NT vs. Linux problem. It's more likely a Linux/Python/Zope configuration issue. The most system-dependent part of ZScheduler is its use of Python's threading module. On my Linu

[Zope-dev] Python 1.6

2000-06-22 Thread Toby Dickenson
I'm about to start looking at running Zope on python 1.6 (Im feeling the need for better Unicode support). Has anyone tried this? Toby Dickenson [EMAIL PROTECTED] ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope