Re: [Zope-dev] Significance of the ZODB split?

2000-12-08 Thread Robin Becker
In article <[EMAIL PROTECTED]>, Jeremy Hylton <[EMAIL PROTECTED]> writes >> "RB" == Robin Becker <[EMAIL PROTECTED]> writes: > > RB> Anyone know why AM Kuchling needs to split off a Sourceforge > RB> project based on ZODB? I really liked the ZEO examples, but > RB> where's this going? > >It

[Zope-dev] zope ftp site

2000-12-08 Thread Josh Zeidner
hi, This may be a redundant question, but how can I download zope products via FTP? -josh _ Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com _

[Zope-dev] using SybaseDA to connect to MS SQL

2000-12-08 Thread Neil K
Thanks to everyone for their assistance yesterday. I feel like I'm really close to making this work now, but I can't get the Product to connect. I always get "Invalid connection string". One thing that puzzles me is the distinction between 'Server' and 'Datasource'. If Datasources are what we're

Re: [Zope-dev] Significance of the ZODB split?

2000-12-08 Thread Jeremy Hylton
> "RB" == Robin Becker <[EMAIL PROTECTED]> writes: RB> Anyone know why AM Kuchling needs to split off a Sourceforge RB> project based on ZODB? I really liked the ZEO examples, but RB> where's this going? It is the most expedient way to start opening ZODB development, including ZEO, up

Re: [Zope-dev] Turning acquisition off selectively.

2000-12-08 Thread matt
Surely you jest ? I may be out of line, I am quite new to Zope and have only made a few python products, but the nice thing I felt Acquisition.Implicit gave was a sense of being able to put a method into an environment and let it "discover" what was around it. Aquisition.Explicit I thought was w

Re: [Zope-dev] Significance of the ZODB split?

2000-12-08 Thread Jonathan Corbet
> Anyone know why AM Kuchling needs to split off a Sourceforge project > based on ZODB? I really liked the ZEO examples, but where's this going? I think it was a great move, myself. He has taken a really cool piece of the Zope infrastructure that tends to remain hidden and brought it out for pub

Re: [Zope-dev] Turning acquisition off selectively.

2000-12-08 Thread Jim Fulton
Chris Withers wrote: > > [EMAIL PROTECTED] wrote: > > > > That is, with a simple method, and not disabling the Acqusition class, > > something like self.aq_disabled('attribute') . > > So kindof the inverse of using Aquisition.Explicit and using the > aq_acquire method? > > What you describe wou

[Zope-dev] problems with webdav MOVE and COPY

2000-12-08 Thread Joseph Wayne Norton
Hello. I tried to use some of the webdav functions in zope but ran into some trouble with the MOVE and COPY operations. One issue seems to be that the method "getSecurityManager" is not imported into the file zope-2.2/lib/python/webdav/Resource.py. def dav__validate(self, object, methodname,

Re: [Zope-dev] Significance of the ZODB split?

2000-12-08 Thread John D. Heintz
The Sourceforge exposure gives people like me with an itch to scratch a place to work on a publicly visible branch of ZODB for my two proposals without breaking anything or relying on patch files continually. John Heintz PS My proposals are ExplicitTransactions and PersistentBlob ;-) Michel P

RE: [Zope-dev] SQLAlias Memory Leak?

2000-12-08 Thread Brian Lloyd
> OK, I've put this into the Collector. I'm intrigued as to what > the operating procedure is with the Collector though - there appear > to be a large number of Pending jobs. Does that mean that Digital > Creations haven't even looked at them, or that they just haven't > done anything about them

Re: [Zope-dev] case insensitive sorts

2000-12-08 Thread Steve Alexander
Shane Hathaway wrote: > > BTW have you ever tried this? > > data = [[], (), 0, '', {}] > data.sort() > print data > > The one thing I wonder is whether the sort order is consistent between > different versions of Python. I get: > > [0, {}, [], '', ()] This is consistent across Python