Re: [Zope-dev] Any thoughts on when Zope 2.7 beta1 might be available?

2003-03-21 Thread Guido van Rossum
I am using multiple third party Python libraries with Zope, and they are no longer supporting Python 2.1.X at all. I am forced to upgrade to Python 2.2.X As I see it, my options are: 1- try to recompile Zope 2.6.1 from source using Python 2.2.2 (and cross my fingers) In my experience

Re: [Zope-dev] Any thoughts on when Zope 2.7 beta1 might beavailable?

2003-03-21 Thread Andreas Jung
--On Freitag, 21. März 2003 2:42 Uhr -0500 Craeg K Strong [EMAIL PROTECTED] wrote: Hello: I am using multiple third party Python libraries with Zope, and they are no longer supporting Python 2.1.X at all. I am forced to upgrade to Python 2.2.X As I see it, my options are: 1- try to

Re: [Zope-dev] Any thoughts on when Zope 2.7 beta1 might beavailable?

2003-03-21 Thread Chris McDonough
Hi Craeg, 2.6.X appears to work great with Python 2.2. We even removed the startup warning lately. I'd go this way were I you as 2.7 is probably still some time away and you almost certainly don't want to be tracking the trunk, as its relatively volatile at the moment. - C On Fri,

[Zope-dev] Re: Any thoughts on when Zope 2.7 beta1 might be available?

2003-03-21 Thread Maik Jablonski
Chris McDonough wrote: Hi Craeg, 2.6.X appears to work great with Python 2.2. We even removed the startup warning lately. I'd go this way were I you as 2.7 is probably still some time away and you almost certainly don't want to be tracking the trunk, as its relatively volatile at the moment. Hi

[Zope-dev] Using index.htm(l) files like index_html

2003-03-21 Thread David Cain
How can I customize my Zope server to treat index.html and index.htm files like index_html files? Thanks David Cain Senior Web Developer, Information Systems Department Syracuse University Library Syracuse, New York 13244-2010 (315) 443-5923 mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

[Zope-dev] Re: Using index.htm(l) files like index_html

2003-03-21 Thread Maik Jablonski
David Cain wrote: How can I customize my Zope server to treat index.html and index.htm files like index_html files? Your question has nothing to do with developing the Zope Application Server, but only with developing applications with Zope. So you should ask on [EMAIL PROTECTED] Your question:

Re: [Zope-dev] Any thoughts on when Zope 2.7 beta1 might be available?

2003-03-21 Thread Craeg K Strong
Thanks much for the quick response. And good news, too! Hum. In your opinion, what is the best way to do this? My constraints: - I use both windows 2000 and Red Hat Linux 8 - I do *not* have a C/C++ compiler on Windows Do I need to build Zope from source in order to use Python 2.2? Or can

Re: [Zope-dev] Any thoughts on when Zope 2.7 beta1 might beavailable?

2003-03-21 Thread Chris McDonough
Craeg - The safest thing to do is to build Zope from source using Python 2.2. I do not recommend replacing the binary distro's Python with Python 2.2 (using C extensions compiled with earlier versions of Python will at least generate warnings and may actually cause problems). This is

[Zope-dev] Possible security problem with DTML

2003-03-21 Thread kosh
I am having a problem where DTML is allowing access to an attribute of an object that restrictedTraverse and regular . notation denies from a python script. I have a python product and I have the securit.setDefaultAccess('deny') so that items inside there without security declarations can't be

Re: [Zope-dev] Re: Using index.htm(l) files like index_html

2003-03-21 Thread Brent M Hendricks
On Fri, Mar 21, 2003 at 05:12:37PM +0100, Maik Jablonski wrote: David Cain wrote: How can I customize my Zope server to treat index.html and index.htm files like index_html files? Your question has nothing to do with developing the Zope Application Server, but only with developing