[Zope-dev] Compiled Python as an Extension file

2000-06-22 Thread Dr. Peer Griebel
Hi, 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? -- connection reset by Peer ___ Dr. Peer Griebel

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:

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 good

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

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

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 of

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: dtml-let Cl="get_Cliente(N_='22606')[0]" select * from Cliente where N_='22606' /dtml-let but if I try the next ZSQL method it displays the correct result (the difference is theinteger index in the first line):