[Zope-dev] Weird message from Python Scripts

2001-07-03 Thread Chris Withers
Zope 2.4.0b2 ZEO client (ZEO 1.0b3) I get lots of these when I first hit /manage: -- 2001-07-03T09:03:31 PROBLEM(100) Script (Python) Object script name n eeds to be recompiled. Any ideas? cheers, Chris ___ Zope-Dev maillist - [EMAIL

Re: [Zope-dev] CST patches for Zope 2.4.0b2

2001-07-03 Thread Chris Withers
Chris Withers wrote: Any ideas? Yup, and the patches are attached... cheers, Chris --- SessionIDManager.py.originalTue Apr 10 16:33:00 2001 +++ SessionIDManager.py Tue Jul 03 10:52:44 2001 @@ -174,7 +174,7 @@ __replaceable__ = UNIQUE # singleton for now -__implements__

[Zope-dev] Formatted Document

2001-07-03 Thread Adrian Hungate
Title: Formatted Document Is the code for the Formatted Document object type used in the Zope.org Members area available anywhere? I would like to use it as the basis for something I am working on. If not I'll just roll my own STXDocument and STXMethod types. -- Adrian Hungate Manager,

Re: [Zope-dev] question on ZCatalog

2001-07-03 Thread Andreas Jung
Cheery, could you please be a bit more detailed for us to understand your problem ? Andreas - Original Message - From: Cherry Jeanette Ebue [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 8:04 AM Subject: [Zope-dev] question on ZCatalog question on ZCatalog...

Re: [Zope-dev] question on ZCatalog

2001-07-03 Thread Cherry Jeanette Ebue
Hey Andreas, I have articles with the following attributes: author, search_meta, title and publication date All attributes are included in the meta data list. When I search my Catalog (of articles), only attributes of type string are returned in the search result. Publication date (of type

Re: [Zope-dev] question on ZCatalog

2001-07-03 Thread Andreas Jung
Do you have created the corresponding indexes for the attributes ? Andreas - Original Message - From: Cherry Jeanette Ebue [EMAIL PROTECTED] To: Andreas Jung [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 8:40 AM Subject: Re: [Zope-dev] question on ZCatalog Hey

Re: [Zope-dev] Core Session Tracking doesn't like Zope 2.4.0b2

2001-07-03 Thread Chris McDonough
The right fix for this is this diff: Index: SessioningInterfaces.py === RCS file: /cvs-repository/Packages/Products/CoreSessionTracking/SessioningInteraces.py ,v retrieving revision 1.4 diff -r1.4 SessioningInterfaces.py 101d100

Re: [Zope-dev] experiments bugs with data.fs 2GB

2001-07-03 Thread marc lindahl
From: Chris McDonough [EMAIL PROTECTED] 1. Trying the same thing with 2.4.0b2 and reporting the results Yikes... I need CMF! So far it's not recommended with 2.4! Are there plans to fix this in the 2.3 branch? ___ Zope-Dev maillist - [EMAIL

Re: [Zope-dev] experiments bugs with data.fs 2GB

2001-07-03 Thread Chris McDonough
Well, if we can figure out where the problem is, we sure can fix it on the 2.3 branch. Also, FWIW, CMF works with 2.4 (although it's not recommended, I'm using it just fine). - C - Original Message - From: marc lindahl [EMAIL PROTECTED] To: Chris McDonough [EMAIL PROTECTED]; [EMAIL

Re: [Zope-dev] question on ZCatalog

2001-07-03 Thread Michel Pelletier
Zope-dev isn't the apropriate mailing list for this kind of question. You should ask your question on the [EMAIL PROTECTED] mailing list. This list is for developers. Have you read the Catalog documentation? http://www.zope.org/Members/michel/ZB/SearchingZCatalog.dtml -Michel On Tue, 3 Jul

Re: [Zope-dev] experiments bugs with data.fs 2GB

2001-07-03 Thread Shane Hathaway
marc lindahl wrote: From: Chris McDonough [EMAIL PROTECTED] 1. Trying the same thing with 2.4.0b2 and reporting the results Yikes... I need CMF! So far it's not recommended with 2.4! Are there plans to fix this in the 2.3 branch? Actually, it was only not recommended that you use

Re: [Zope-dev] experiments bugs with data.fs 2GB

2001-07-03 Thread abel deuring
marc lindahl wrote: I've recently been testing a new setup with XFS (http://oss.sgi.com/projects/xfs/1.0_release.html) and decided to try to bloat data.fs before using this system for production. The computer is set up with zope 2.3.3 installed from source (the old fashioned way, with

Re: [Zope-dev] experiments bugs with data.fs 2GB

2001-07-03 Thread abel deuring
[sorry for the first reply containing only the quote of marc's nail... Seems that I'm getting too tired...] marc lindahl wrote: I've recently been testing a new setup with XFS (http://oss.sgi.com/projects/xfs/1.0_release.html) and decided to try to bloat data.fs before using this system for

[Zope-dev] Data.fs ZEO

2001-07-03 Thread Priya Ramkumar
Hi I have installed Zope version 2.3.3 ZEO1.0. I would like to copy the Data.fs from my previous zope installation which is 2.2.4 to the new one. I copied the Data.fs, Data.fs.lock, Data.fs.tmp Data.fs.old from the old Zope to the var directory in the Instance_home directory. I start Zope from