[Zope-dev] Security problems importing from python package.

2002-11-25 Thread Clemens Robbenhaar
At Thu, 21 Nov 2002 12:16:09 +, Chris Withers wrote: I'm trying to get stripogram working from Script(Pythons). I thought I had it, but it appears I don't. I added the following in the __init__.py of the stripogram package: try: from AccessControl import

Re: [Zope-dev] consistent naming in ZEO releases

2002-11-25 Thread Andrew Sydelko
On Mon, 25 Nov 2002 13:56:34 + Chris Withers [EMAIL PROTECTED] wrote: Andrew Sydelko wrote: Ok, whoever is in charge of zope.com releases of things like DCOracle2, Zope and ZEO need to decide if the release file names are going to end in .tar.gz or .tgz. Why does it matter? I have

Re: [Zope-dev] consistent naming in ZEO releases

2002-11-25 Thread Jens Vagelpohl
how about you change your code so it attempts to download both .tgz and .tar.gz? jens On Monday, Nov 25, 2002, at 09:03 US/Eastern, Andrew Sydelko wrote: On Mon, 25 Nov 2002 13:56:34 + Chris Withers [EMAIL PROTECTED] wrote: Andrew Sydelko wrote: Ok, whoever is in charge of zope.com

[Zope-dev] Writing the second Zope Community Handbook

2002-11-25 Thread Stephan Richter
Hello everyone, first of all, sorry for the cross-post, but I need to reach about everyone possibile in the Zope Community. While talking with Maik Roeder this weekend, we noticed that there might be a huge urge to write another community-authored Zope Handbook. So I called Nadja Rosmann,

Re: [Zope-dev] consistent naming in ZEO releases

2002-11-25 Thread Toby Dickenson
On Monday 25 November 2002 2:03 pm, Andrew Sydelko wrote: You'll see that when I switched to ZEO 2.0 I had to change the URL. No doubt you had to change alot more too. This was a major release. Lots of things changed between ZEO 1 and ZEO 2. I think you picked a bad example; I agree it

Re: [Zope-dev] consistent naming in ZEO releases

2002-11-25 Thread Andrew Sydelko
On Mon, 25 Nov 2002 16:29:45 + Toby Dickenson [EMAIL PROTECTED] wrote: On Monday 25 November 2002 2:03 pm, Andrew Sydelko wrote: You'll see that when I switched to ZEO 2.0 I had to change the URL. No doubt you had to change alot more too. This was a major release. Lots of things

Re: [Zope-dev] KeywordIndex and PersistentList (Bug?)

2002-11-25 Thread Jeremy Hylton
JPS == Jeffrey P Shell Jeffrey writes: JPS What about ``if callable(aq_base(newKeywords)):`` to remove JPS potential acquisition wrappers? callable() returns True for any instance. Since PersistentList is an instance, you can't use callable() to determine whether it is callable. Jeremy

Re: [Zope-dev] consistent naming in ZEO releases

2002-11-25 Thread Jeremy Hylton
I used distutils sdist to build the releases for ZEO and ZODB. I let distutils pick the file extension. Jeremy ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! **

Re: [Zope-dev] KeywordIndex and PersistentList (Bug?)

2002-11-25 Thread Steve Alexander
Jeremy Hylton wrote: JPS == Jeffrey P Shell writes: JPS What about ``if callable(aq_base(newKeywords)):`` to remove JPS potential acquisition wrappers? callable() returns True for any instance. Any instance of what? [steve@localhost]$ python2.2 Python 2.2.2 (#1, Oct 31 2002,

Re: [Zope-dev] KeywordIndex and PersistentList (Bug?)

2002-11-25 Thread Jeremy Hylton
It must be any instance of an ExtensionClass. I think Python instances used to be true-for-callable as well, but that must have been fixed. Python 2.1.3 (#5, Aug 15 2002, 10:41:31) [GCC 2.95.3 19991030 (prerelease)] on linux2 Type copyright, credits or license for more information. from

Re: [Zope-dev] KeywordIndex and PersistentList (Bug?)

2002-11-25 Thread Chris McDonough
There is a workaround for this in the DocumentTemplate package. It implements a safe_callable function that seems to do the right thing with ext class instances: def safe_callable(ob): # Works with ExtensionClasses and Acquisition. if hasattr(ob, '__class__'): if hasattr(ob,

[Zope-dev] vote

2002-11-25 Thread Eva Rådahl
Title: Meddelande for my fantastic doughter Emma Rådahl to be Lucia(old tradition in Sweden on the 13th of december)of the town Uppsala in Sweden. You can vote for her if you go to www.unt.se/lucia and click on rösta (wich means vote) under the name Emma Rådahl (the last day to vote

[Zope-dev] Moving forward with Zope 2.7

2002-11-25 Thread Brian Lloyd
Is there already a schedule for Zope 2.7? (of course there is not :-) ) Now there is :) http://dev.zope.org/Wikis/DevSite/Projects/Zope2.7/FrontPage I've updated this project and tried to dispel any lingering confusion over the earlier effort labelled Zope 2.7. I proposed to include

Re: [Zope-dev] Moving forward with Zope 2.7

2002-11-25 Thread Andreas Jung
Thanks for the clarifications! Andreas --On Montag, 25. November 2002 15:12 -0500 Brian Lloyd [EMAIL PROTECTED] wrote: Is there already a schedule for Zope 2.7? (of course there is not :-) ) Now there is :) http://dev.zope.org/Wikis/DevSite/Projects/Zope2.7/FrontPage I've updated this

Re: [Zope-dev] Moving forward with Zope 2.7

2002-11-25 Thread THoffman
Hi Could we get the Install and Configuration proposal cleaned up, with so many comments it's not clear what the actual proposal proposes to deliver now. Also parts of it's problem statement are just plain wrong. I currently have many (read every version of Zope including Alpha's and Betas

Re: [Zope-dev] Moving forward with Zope 2.7

2002-11-25 Thread Chris McDonough
On Mon, 2002-11-25 at 20:42, [EMAIL PROTECTED] wrote: Could we get the Install and Configuration proposal cleaned up, with so many comments it's not clear what the actual proposal proposes to deliver now. Yes when possible. I agree that it is a bit of a mess. In the meantime, I think this

Re: [Zope-dev] Moving forward with Zope 2.7

2002-11-25 Thread Jamie Heilman
* where possible, the banishment of environment variables as configuration. I have to say, I think this is a bad idea. What is it about environment variables do you find worthy of banishment? I can tell you a few of the reason I really like them: a) Code spent garnering values is

Re: [Zope-Coders] Re: [Zope-dev] Moving forward with Zope 2.7

2002-11-25 Thread Guido van Rossum
In the meantime, I think this list summarizes the adjusted goals well: * configure; make; make install installation * control script for starting/stopping/debugging zope I'd like to compare notes on this. Where's the control script that you are using? I'm hoping that we can use

Re: [Zope-dev] Moving forward with Zope 2.7

2002-11-25 Thread Chris McDonough
On Tue, 2002-11-26 at 01:29, Jamie Heilman wrote: * where possible, the banishment of environment variables as configuration. I have to say, I think this is a bad idea. What is it about environment variables do you find worthy of banishment? I can tell Banishment was a bad