Re: [Zope-dev] Zope 2.4.3 and Python 2.2

2002-08-21 Thread Dario Lopez-Kästen
- Original Message - From: Andre Schubert [EMAIL PROTECTED] To: Andreas Jung [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, August 21, 2002 8:06 AM Subject: Re: [Zope-dev] Zope 2.4.3 and Python 2.2 On Wed, 21 Aug 2002 07:52:30 +0200 Andreas Jung [EMAIL PROTECTED] wrote:

Re: [Zope-dev] Zope 2.4.3 and Python 2.2

2002-08-21 Thread Andreas Jung
Ups, my faultZope 2.4 or higher requires Python 2.1.X. Using Python 2.2 with Zope 2.4 or 2.5 is officially not supported. This issue has been discussed multiple times on the list. Please check the archives. Python 2.2 has been tested with Zope 2.5 but there is not supported. So use it as your

Re: [Zope-dev] Zope 2.4.3 and Python 2.2

2002-08-21 Thread Andreas Jung
- Original Message - From: Andreas Jung [EMAIL PROTECTED] To: Andre Schubert [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, August 21, 2002 08:19 Subject: Re: [Zope-dev] Zope 2.4.3 and Python 2.2 Ups, my faultZope 2.4 or higher requires Python 2.1.X. Ups, really not my

Re: [Zope-dev] Zope 2.4.3 and Python 2.2

2002-08-21 Thread Dario Lopez-Kästen
I wrote: Because Zope 2.4.3 depends on Python 1.5.2 and will break with newer pythons (this has been experienced by others). argh! Ignore this part - zope 2.4 requires 2.1, as Andreas pointed out. But if you use 2.1, be sure to use 2.1.3 or later since it fixes wierd stuff that affect Zope's

Re: [Zope-dev] Zope 2.4.3 and Python 2.2

2002-08-21 Thread Andreas Jung
- Original Message - From: Andreas Jung [EMAIL PROTECTED] To: Andreas Jung [EMAIL PROTECTED]; Andre Schubert [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, August 21, 2002 08:33 Subject: Re: [Zope-dev] Zope 2.4.3 and Python 2.2 - Original Message - From: Andreas

Re: [Zope-dev] Zope 2.4.3 and Python 2.2

2002-08-21 Thread Lennart Regebro
From: Andreas Jung [EMAIL PROTECTED] Ups, really not my fault. Zope 2.4 still requires 1.5.X We didn't upgrade Easy Publisher from 2.3.3 to 2.4 because of the switch to Python 2.X, so no, I don't think so. You need coffee. :-) ___ Zope-Dev

[Zope-dev] Add audio to slides online 3 day trial offer

2002-08-21 Thread timd
Hi We have created an online presentation creator system that adds audio to powerpoint slides by using the internet and a telephone. This makes it easy to produce media rich, instant training courses and sales presentations. After recording audio (via your phone) the presentation/course

[Zope-dev] Add audio to slides online 3 day trial offer

2002-08-21 Thread Tim - www.presentationcreator.com
Hi We have created an online presentation creator system that adds audio to powerpoint slides by using the internet and a telephone. This makes it easy to produce media rich, instant training courses and sales presentations. After recording audio (via your phone) the presentation/course

Re: [Zope-dev] Zope 2.4.3 and Python 2.2

2002-08-21 Thread Shane Hathaway
Andre Schubert wrote: Hi there, are there any known issues or problem running Zope 2.4.3 under PYthon 2.2 instead of 2.1. I'am asking because my sysadmin has setup a new linux-box with RH7.3. RH7.3 only has Python 2.2 installed and there are no RPMs compiled against Python 2.2. If there

RE: [Zope-dev] Zope Binary Release Changes for Zope 2.6

2002-08-21 Thread sean . upton
In theory (and as a Debian user), I like the idea of support for as distro-neutral of a linux distribution as possible; on the other hand, supporting RedHat 7.2 is a must for Zope accessability to new developers (since there are a lot of RedHat 7.2 systems out there). Is Python 2.1 under woody

RE: [Zope-dev] Zope Binary Release Changes for Zope 2.6

2002-08-21 Thread Leonardo Rochael Almeida
I don't see why the fuss. Compiling Python/Zope against RedHat 7.2 doesn't keep it from running under Debian. Even though Debian 3.0 runs glibc 2.2, a glibc2.1 binary should be able to run without problems. Specially since there isn't any C++ code in Zope, which is usually the major source of

RE: [Zope-dev] PathIndex doesn't index last part of path

2002-08-21 Thread sean . upton
I'm all for putting together a proposal to do this, soliciting comments, and contributing to the effort. What would be the right venue for that? On the other hand, AFAIK, the addition of a depth query feature to PathIndex as it is wouldn't likely break existing indexes. And given that Andy's

Re: [Zope-dev] PathIndex doesn't index last part of path

2002-08-21 Thread Andreas Jung
I think you should publish it as fishbowl proposal on dev.zope.org and propose the implementation to go into Zope 2.7. Andreas - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, August 21, 2002

[Zope-dev] installer branch

2002-08-21 Thread Chris McDonough
I have created (yet another, perhaps) easy Zope install branch off the current Zope trunk. It allows for a ./configure; make; make install sort of Zope installation for the source release. It also includes a version of the nascent zctl.py that has been floating around unreleased to make

Re: [Zope-dev] ZEO, FileStorage, and Undo

2002-08-21 Thread Chris Withers
Any suggestions? I think your patch is a superb start, please put it in the collector :-) Does it batch on each of the two days? The reason I ask is that what happens if you have 200 transactions on one day? Is there a way to lock only for writes? So that pages can still be served? Dunno,

[Zope-dev] Python 2.1.3, --without-pymalloc?!

2002-08-21 Thread Chris Withers
Dario Lopez-Kästen wrote: Also, if you are using python 2.1.3, you probably want to install it from source, and configure it by passing the --without-pymalloc directive to the configure script. Is this really still necessary? cheers, Chris ___