RE: [Zope-dev] Zope 2.4.2 Error

2001-10-20 Thread E. Seifert
Thanks Andreas, -Original Message- From: Andreas Jung [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 20, 2001 12:07 AM To: E. Seifert; [EMAIL PROTECTED] Subject: Re: [Zope-dev] Zope 2.4.2 Error Jup, I assume you are using some 3rd party products that still use the old

Re: [Zope-dev] Zope Cygwin

2001-10-20 Thread Robert Collins
- Original Message - From: Norman Vine [EMAIL PROTECTED] To: 'Chris McDonough' [EMAIL PROTECTED] I wanted to torture test the Zope session manager under the cygwin-built Zope using ab, which is good real-world threading test. It appears that neither ab nor wget much like something

Re: [Zope-dev] zope redistibution

2001-10-20 Thread Steve Spicklemire
Hi Lukas, Have you tried a simple export/import? -steve On Thursday, October 18, 2001, at 07:44 PM, Lukas Maag wrote: hi, i use zope 2.4.1 and the redistribution fuction works not. i can not distribute a product under allowance of redistribution. if i want to distrbute on

[Zope-dev] ComputedAttribute, Persitent and too many datafull baseclasses

2001-10-20 Thread Godefroid Chapelle
Hi, In a product I am writing, I am trying to add a ComputedAttribute to an instance of a Folder descendant class. This is the code I use: def addComputedAttribute(self, attributeName, sourceCode): methodName = '_ca_get%s' % attributeName self.addMethod(methodName,

RE: [Zope-dev] Zope 2.4.2 Error

2001-10-20 Thread E. Seifert
Hi Andreas, thanks again for your answer. Why do you say it is an error. It is a deprecation warning. This warning framework is also used in Python to warn about the usage of deprecated features that will change or go away in a later release. But it is not an error and does not limit your

Re: [Zope-dev] Zope Cygwin

2001-10-20 Thread Chris McDonough
Possibly dumb question - Are there binary distributions of v 1.1.8 of cygwin1.dll available from cygwin.org anywhere or should I compile it from source? I looked around for a while on there and it seems that I'd need to use CVS to check out a 1.1.8-tagged branch and compile to get back to

Re: [Zope-dev] Anyone know how to add a property to a Zope Product (not its instances)?

2001-10-20 Thread Joachim Werner
By default, Zope adds the title and version properties, for which it gets the value from version.txt and meta_type, but does anyone know a way to add more? This is only half an answer, but maybe it helps: I am not quite sure if you can do that the easy way from Python. (I.e. just define a

Re: [Zope-dev] Zope Cygwin

2001-10-20 Thread Robert Collins
- Original Message - From: Chris McDonough [EMAIL PROTECTED] To: Robert Collins [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; 'Chris McDonough' [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, October 21, 2001 3:08 AM Subject: Re: [Zope-dev] Zope Cygwin Possibly

Re: [Zope-dev] not Python 2.2a1 but Python 2.2b1

2001-10-20 Thread Hannu Krosing
Andy McKay wrote: Is out and: Large file support is now enabled on Win32 and Win64 platforms, and automatically configured (at least on Linux and Solaris). Cool, that will mean there will be less worries about Zope users hitting the 2 gig limit. But will Zope 2.4.x run on 2.2 ?

Re: [Zope-dev] not Python 2.2a1 but Python 2.2b1

2001-10-20 Thread Martijn Faassen
Hannu Krosing wrote: Andy McKay wrote: Is out and: Large file support is now enabled on Win32 and Win64 platforms, and automatically configured (at least on Linux and Solaris). Cool, that will mean there will be less worries about Zope users hitting the 2 gig limit. But

Re: [Zope-dev] not Python 2.2a1 but Python 2.2b1

2001-10-20 Thread Paul Everitt
An important aspect to consider: in some cases, you simply need the ZEO storage server to have large file support. Thus, if you can get the ZSS running under Python 2.2, then you're set. This is considerably less ambitious than getting all of Zope (e.g. the catalog) migrated to a new