[Zope-dev] transience and gc.set_threshold(1)

2004-10-05 Thread Michael Dunstan
I'm seeing test failures in transience when running the tests for Zope-2_7-branch (python 2.3.3) with garbage collection threshold0 set to 1. Seems to break in slightly different places from run to run. Here is one example: % python test.py -vv --dir lib/python/Products/Transience/tests -g

[Zope-dev] Documentation

2004-10-05 Thread Toby Dickenson
Im a little out of touch with Zope development these days; Ive been focussing on non-zope projects for the last year or so... I have some Zope documentation on http://www.zope.org/Members/htrd that I am no longer able to maintain, but wich generates a steady stream of emails with questions and

Re: [Zope-dev] Re: inconsistent mimetype assignment for uploaded files

2004-10-05 Thread Dominic Hiles
Dear Tres, --On 04 October 2004 13:43 -0400 Tres Seaver [EMAIL PROTECTED] wrote: Dominic Hiles wrote: Sorry, I missed these susbequent follow-ups before posting a reply a few minutes ago! If we're going down this route, can we at least change things so that the guessing is done using

Re: [Zope-dev] Re: inconsistent mimetype assignment for uploaded files

2004-10-05 Thread Tino Wildenhain
Hi, On Tue, 2004-10-05 at 12:11, Dominic Hiles wrote: Dear Tres, --On 04 October 2004 13:43 -0400 Tres Seaver [EMAIL PROTECTED] wrote: Dominic Hiles wrote: Sorry, I missed these susbequent follow-ups before posting a reply a few minutes ago! If we're going down this route, can we

[Zope-dev] PageTemplate XML mode bugs

2004-10-05 Thread yuppie
Hi! There are two annoying bugs that make the XML mode unusable for many tasks: - http://collector.zope.org/Zope/1101 (i18n namespace broken) - http://collector.zope.org/Zope/1474 (XML files opened in binary mode) I would volunteer to work on these issues, but for that it would be useful to know:

[Zope-dev] Conditional imports in ZTUtils/__init__.py

2004-10-05 Thread Stefan H. Holek
ZTUtils/__init__.py contains code like this: if sys.modules.has_key('Zope'): # import things This is causing me repeated headaches when writing tests, because it assumes/dictates a certain module import order. Can this go away, please? I mean we know we are running Zope, don't we? If

Re: [Zope-dev] Re: inconsistent mimetype assignment for uploaded files

2004-10-05 Thread Fred Drake
On Tue, 05 Oct 2004 12:44:32 +0200, Tino Wildenhain [EMAIL PROTECTED] wrote: Well, the problem might be the asymptation part of the filename should be considered an indicator of its contents. That is a nuissance. It's unfortunate we still don't have any sort of common type system for

[Zope-dev] Re: Conditional imports in ZTUtils/__init__.py

2004-10-05 Thread Evan Simpson
Stefan H. Holek wrote: ZTUtils/__init__.py contains code like this: if sys.modules.has_key('Zope'): # import things This is causing me repeated headaches when writing tests, because it assumes/dictates a certain module import order. Can this go away, please? I mean we know we are running

[Zope-dev] Re: [Zope-Coders] Documentation

2004-10-05 Thread Paul Winkler
On Tue, Oct 05, 2004 at 09:19:00AM +0100, Toby Dickenson wrote: Im a little out of touch with Zope development these days; Ive been focussing on non-zope projects for the last year or so... I have some Zope documentation on http://www.zope.org/Members/htrd that I am no longer able to

Re: [Zope-dev] transience and gc.set_threshold(1)

2004-10-05 Thread Tim Peters
[Michael Dunstan] I'm seeing test failures in transience when running the tests for Zope-2_7-branch (python 2.3.3) with garbage collection threshold0 set to 1. Seems to break in slightly different places from run to run. Here is one example: % python test.py -vv --dir

Re: [Zope-dev] Re: Conditional imports in ZTUtils/__init__.py

2004-10-05 Thread Fred Drake
On Tue, 05 Oct 2004 09:47:11 -0500, Evan Simpson [EMAIL PROTECTED] wrote: This is part of my attempt to allow the various bits of ZPT to work outside of Zope. It assumes that the presence of the 'Zope' module is a reliable test. Perhaps this is a YAGNI, or perhaps there's a better way of

[Zope-dev] Zope and Eclipse WEBDAV

2004-10-05 Thread Nick Bower
Hi - I'm trying to use Eclipse to connect to Zope over webdav and keep getting a 401 (unauthorised) on PROPFIND. I'm using the management user and security settings are in order. Does anyone know why this might be and if anyone has had success with Eclipse Zope over webdav? Thanks, Nick

Re: [Zope-dev] Documentation

2004-10-05 Thread Chris McDonough
There is no de-jure appropriate place to hold miscellaneous documentation. There are several de-facto places: member area on Zope.org is a reasonable place, zopewiki.org aims to collect Zope docs. But there isn't really an official apparatus set up to assume ownership and maintenance of these

Re: [Zope-dev] Zope and Eclipse WEBDAV

2004-10-05 Thread Andreas Jung
You should install VerboseSecurity to figure out why. -aj --On Dienstag, 5. Oktober 2004 15:31 Uhr +0200 Nick Bower [EMAIL PROTECTED] wrote: Hi - I'm trying to use Eclipse to connect to Zope over webdav and keep getting a 401 (unauthorised) on PROPFIND. I'm using the management user and

Re: [Zope-dev] PageTemplate XML mode bugs

2004-10-05 Thread Fred Drake
On Tue, 05 Oct 2004 12:47:33 +0200, yuppie [EMAIL PROTECTED] wrote: There are two annoying bugs that make the XML mode unusable for many tasks: - http://collector.zope.org/Zope/1101 (i18n namespace broken) - http://collector.zope.org/Zope/1474 (XML files opened in binary mode) I would

[Zope-dev] Re: PageTemplate XML mode bugs

2004-10-05 Thread yuppie
Fred Drake wrote: On Tue, 05 Oct 2004 12:47:33 +0200, yuppie [EMAIL PROTECTED] wrote: #1101 looks like someone just forgot to remove a debug assert in TALParser.py. The Zope3 version doesn't have that assert statement. Or was there a reason to disable i18n for XML mode? That's what it looks like.

Re: [Zope-dev] Re: PageTemplate XML mode bugs

2004-10-05 Thread Fred Drake
On Tue, 05 Oct 2004 18:44:04 +0200, yuppie [EMAIL PROTECTED] wrote: Ok. I'll remove that line in CVS/SVN. Thanks! I added a new comment to the issue. Hope that makes things clearer. ( http://collector.zope.org/Zope/1474 ) Ok; let's just say the discussion's moved there. -Fred -- Fred

Re: [Zope-dev] transience and gc.set_threshold(1)

2004-10-05 Thread Michael Dunstan
On 6/10/2004, at 4:06 AM, Tim Peters wrote: [Michael Dunstan] I'm seeing test failures in transience when running the tests for Zope-2_7-branch (python 2.3.3) with garbage collection threshold0 set to 1. snip Whenever I see a test module import fauxtime, I run screaming in terror. This seems to

Re: [Zope-dev] Zope and Eclipse WEBDAV

2004-10-05 Thread Dieter Maurer
Nick Bower wrote at 2004-10-5 15:31 +0200: Hi - I'm trying to use Eclipse to connect to Zope over webdav and keep getting a 401 (unauthorised) on PROPFIND. WebDAV access is protected in Zope. Either allow it for Anonymous or tell Eclipse to authenticate you (and ensure you have the necessary

[Zope-dev] RE: [Zope-DB] 3114, 'ORA-03114: not connected to ORACLE', DCOracle2

2004-10-05 Thread Dieter Maurer
Please stay on the list... readded... Remy Pinsonnault wrote at 2004-10-4 14:39 -0400: What do you mean had died? Oracle is quite a flexible system. We used it in a setup that each connection created a new Oracle server process. When I wrote had died, I meant the the process responsible for one