Re: [Zope-dev] Two glaring omissions

2000-11-20 Thread Toby Dickenson
On Thu, 16 Nov 2000 19:51:24 -0500, Tres Seaver [EMAIL PROTECTED] wrote: Toby Dickenson [EMAIL PROTECTED] wrote: On Tue, 14 Nov 2000 15:39:59 -0500, Shane Hathaway [EMAIL PROTECTED] wrote: 2. The ability to rename properties after instances of the classes have been created (and have

Re: [Zope-dev] Two glaring omissions

2000-11-20 Thread Tres Seaver
On Mon, 20 Nov 2000, Toby Dickenson wrote: On Thu, 16 Nov 2000 19:51:24 -0500, Tres Seaver [EMAIL PROTECTED] wrote: snip Correct in theory, but broken in practice: if you make your ZClass persistent (i.e., you leave checked the "Include standard Zope persistent object base classes?"

[Zope-dev] Conflict Errors

2000-11-20 Thread Chris Withers
Hi, Whenever there's a lot of writes and the occasional read going on, we get the following error: 2000-11-19T16:03:44 INFO(0) Z2 CONFLICT Competing writes at, /aFolder/anObject Traceback (innermost last): File D:\Program Files\Zope\lib\python\ZPublisher\Publish.py, line 175, in publ ish

Re: [Zope-dev] Zope Book Question: 'context' doesn't work in PythonMethods

2000-11-20 Thread Ken Manheimer
On Mon, 20 Nov 2000, Shane Hathaway wrote: They are using an unreleased version of the Python Methods product. AFAIK the only thing holding up the release of the new Python Methods is the renaming. (I believe the version in question is available from the public CVS repository, as the

Re: [Zope-dev] Conflict Errors

2000-11-20 Thread Chris McDonough
It happens when more than one thread tries to modify the same object in storage at the same time. It's Zope's equivalent of record-locking... It's normal. There's no corruption or anything, it's telling you that it avoided a write that might have caused problems. Zope tries three times to

Re: [Zope-dev] A way to check what products are installed?

2000-11-20 Thread Andy McKay
Quick hack: dtml-with "Control_Panel.Products" dtml-in "objectIds()" dtml-var sequence-item /dtml-in /dtml-with -- Andy McKay, Developer. ActiveState. - Original Message - From: "Morten W. Petersen" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, November 19, 2000 9:36 PM