[Zope] ZPoPyDA woes

2001-01-22 Thread J B Bell
Dear comrades in zopeness: For some time now I have been struggling trying to get Zope to talk to Postgres. I am now nearly successful and hope that the revolutionary spirit of fellow zopatistas will carry the day. Background: Debian 2.1r2 on a PII 600 or so (the machine is pretty loaded)

[Zope] ZPoPyDA UPDATE

2001-01-22 Thread J B Bell
I got the brilliant idea of running zope with -D. Here's what I got: # ./start -D -- 2001-01-22T20:19:58 ERROR(200) Zope Couldn't import Products.ZPoPyDA Traceback (innermost last): File /usr/local/zope/2.2.5/lib/python/OFS/Application.py, line 397, in import_products (Object:

Re: [Zope] ZPoPyDA woes

2001-01-22 Thread J B Bell
On Mon, Jan 22, 2001 at 04:07:14PM -0500, [EMAIL PROTECTED] wrote: On Mon, Jan 22, 2001 at 12:11:31PM -0800, J B Bell wrote: [JB whines about his troubles, including the mysterious instructions to configure, make, make install] Documentation mistake. Thierry, the main author, is French

[Zope] Style guide?

2001-01-24 Thread J B Bell
Having read the Python style guide (and having found it, if a bit confusing, at least not intolerably strict), I am now curious about what style people like to use in Zope. Are folders classes, or objects? In the examples in the Book, most of the folders are done in StudlyCaps, while the

[Zope] Q's about Zope security model tweaking

2001-01-24 Thread J B Bell
I'd like to make a 'fallback' authorization scheme for Zope. That is: If user does not exist in usual UserFolder, then authenticate against custom module (NIS, in this case) and give them Anonymous privileges. I want to do authentication for a whole subset of the site (indeed, its entire