Re: [Zope-dev] [Problem] Zope/Python2.x incompatibility

2001-07-03 Thread Toby Dickenson
On Mon, 2 Jul 2001 19:29:09 +0200 (CEST), Dieter Maurer <[EMAIL PROTECTED]> wrote: >My task was a trivial presentation task: displaying the properties >of an object... From your description is looked like you were merging the properties of two objects into one report, which (IMO) is beyond my pe

[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 PROTECT

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

2001-07-03 Thread Chris Withers
I get this: 2001-07-03T09:17:00 ERROR(200) Zope Couldn't install CoreSessionTracking Traceback (innermost last): File E:\Zope\24C37D~1.0B2\lib\python\OFS\Application.py, line 657, in install_ product (Object: ApplicationDefaultPermissions) (Info: CoreSessionTracking) File E:\Zope\sdcl

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, Euro

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

2001-07-03 Thread Chris McDonough
WTF? I think this is an Interfaces bug new to 2.4.0b2 or whenever it started... this should really not break and the patches shouldn't be necessary. I'm going to try to figure it out and patch it in the core. Thanks, - C - Original Message - From: "Chris Withers" <[EMAIL PROTECTED]>

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

2001-07-03 Thread Chris McDonough
Hmm. I'm pretty sure that we thought we fixed the problems you're seeing. ;-) It seems like a 32 bit integer counter is overflowing. If you have the time, you could help us by doing two things: 1. Trying the same thing with 2.4.0b2 and reporting the results 2. Reporting this to the collecto

[Zope-dev] question on ZCatalog

2001-07-03 Thread Cherry Jeanette Ebue
question on ZCatalog... how come indexes of type date or text are not covered/searched when queried? i'd really appreciate some help :-) Cherry ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cr

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 date

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

Re: [Zope-dev] question on ZCatalog

2001-07-03 Thread Cherry Jeanette Ebue
Yes, I have. -Original Message- From: Andreas Jung <[EMAIL PROTECTED]> To: Cherry Jeanette Ebue <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, July 03, 2001 8:37 PM Subject: Re: [Zope-dev] question on ZCatalog >Do you have created the corresponding indexes

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] Weird message from Python Scripts

2001-07-03 Thread Shane Hathaway
Chris Withers wrote: > 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? It's behaving correctly. Visit the scripts and click "Save changes" to compile. (You don't have too ma

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 -

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]>; <[E

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 t

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

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

2001-07-03 Thread abel deuring
abel deuring wrote ... partly nosense ...: > #define LARGEFILE_SOURC That should of course be: #define LARGEFILE_SOURCE Sorry for the mess Abel ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross

[Zope-dev] lines

2001-07-03 Thread Edgardo Zulian
Anybody knows how to insert a string in the value of the property (type) lines, using an external method? I try in this way: def string(self): self.nameOfProperty="hello". But it doesn't work... ___ Zope-Dev maillist - [EMAIL PROTECTED

Re: [Zope-dev] Proxy not Propagating - could be FSDTMLMethod

2001-07-03 Thread Dieter Maurer
alan runyan writes: > Since Zope 2.2, proxie roles are no longer propagated. You need to give the object that makes the access a proxie role, too. Dieter ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-d

Re: [Zope-dev] Proxy not Propagating - could be FSDTMLMethod

2001-07-03 Thread alan runyan
> > > Since Zope 2.2, proxie roles are no longer propagated. > > You need to give the object that makes the access a proxie role, too. Yes I heard about this. the object is a FSDTMLMethod, it has no proxy ability (that I'm aware of). I made it a DTMLMethod (by 'customize' in the CMF) and

[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