[Zope-dev] Authentication Problem with Postgres

2001-11-20 Thread Andre Schubert
Hi all, sometimes i have a curios problem with my Zope. Without any errors in any logs Zope could not authenticate himself with postgres. The error message is that there is a wrong password. After a restart of Zope everything works fine until the eror occurs again. My sysop has traced the protco

[Zope-dev] How update metadata without Zope ?

2001-11-20 Thread Pascal Samuzeau
I'm a newbie in Zope. I've installed CMF.

[Zope-dev] Security

2001-11-20 Thread Magnus Heino
Hi. Looking at Amos ZPublisher howto, http://www.zope.org/Members/Amos/ZPublisher Would it be possible to use the security machinery too? /Magnus ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cro

[Zope-dev] ImportError

2001-11-20 Thread Andre Schubert
Hi all, i have a little problem. A friend of me has developed a ZClass-Based Product with Zope-2.4.1. And now we tried to import this Product into Zope-2.3.3, but we got this error. No module named PluginIndexes.TextIndex.TextIndex But Zope-2.3.3 doesnt have PluginIndexes, and the ZClass-Produc

Re: [Zope-dev] ImportError

2001-11-20 Thread Andreas Jung
No, this will not work because PluginIndexes were introduced with Zope 2.4.0 and in earlier versions. Andreas - Original Message - From: "Andre Schubert" <[EMAIL PROTECTED]> To: "zope" <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 10:10 Subject: [Zope-dev] ImportError > Hi all,

Re: [Zope-dev] ImportError

2001-11-20 Thread Andreas Jung
ups, this should be: No, this will not work because PluginIndexes were introduced with Zope 2.4.0 and are not available in earlier versions. Andreas - Original Message - From: "Andreas Jung" <[EMAIL PROTECTED]> To: "Andre Schubert" <[EMAIL PROTECTED]>; "zope" <[EMAIL PROTECTED]> Sent: T

[Zope-dev] Catalog improvements

2001-11-20 Thread Wolfram Kerber
Hi, i'm currently working on a product that allows to attach relational information to zope-objects. It works quite well so far, but to further enhance it i need to make some changes to the Catalog. I could perhaps implement it as a separate product, but i strongly feel that those changes are bes

[Zope-dev] SearchIndex deprecation warning

2001-11-20 Thread Danny William Adair
Hi! I would like to get rid of this: .../lib/python/SearchIndex/__init__.py:91: Deprecation Warning: ... blah ... Please use instead the re-factored modules in Products/PluginIndexes ---

Re: [Zope-dev] SearchIndex deprecation warning

2001-11-20 Thread Andreas Jung
Zope 2.4 does not use the old SearchIndex package. So this warning is printed when 3rd party applications still use this package. Andreas - Original Message - From: "Danny William Adair" <[EMAIL PROTECTED]> To: "zope-dev @ zope.org" <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 20:

[Zope-dev] Database pack error.

2001-11-20 Thread Terry Kerr
Hi, I posted to [EMAIL PROTECTED] regarding this error with no useful reponse. I am running Zope-2.4.1 on linux with python2.1.1. Whenever I try to pack the database I get: Error Type: FileStorageError Error Value: The database has already been packed to a later time or no changes have been

[Zope-dev] compilezpy (compileall)

2001-11-20 Thread Danny William Adair
Hi! I wondered if this (see subject) was totally necessary during the installation. My Zope installation seems to run fine when I delete all the *.pyc and just start it. Obviously it runs slower the first time, but that's all I can see. Is there anything essential done in there, that z2.py wo

Re: [Zope-dev] SearchIndex deprecation warning

2001-11-20 Thread Danny William Adair
On Wednesday 21 November 2001 14:49, Andreas Jung wrote: > Zope 2.4 does not use the old SearchIndex package. So this warning > is printed when 3rd party applications still use this package. > > Andreas Sorry. Please allow me to repost my second sentence: >> Apparently one or more of my installe

Re: [Zope-dev] compilezpy (compileall)

2001-11-20 Thread Richard Jones
On Wednesday 21 November 2001 15:12, Danny William Adair wrote: > I wondered if this (see subject) was totally necessary during the > installation. My Zope installation seems to run fine when I delete all the > *.pyc and just start it. Obviously it runs slower the first time, but > that's all I ca

Re: [Zope-dev] compilezpy (compileall)

2001-11-20 Thread Danny William Adair
On Wednesday 21 November 2001 17:27, Richard Jones wrote: > On Wednesday 21 November 2001 15:12, Danny William Adair wrote: > > I wondered if this (see subject) was totally necessary during the > > installation. My Zope installation seems to run fine when I delete all > > the *.pyc and just start

Re: [Zope-dev] compilezpy (compileall)

2001-11-20 Thread Richard Jones
On Wednesday 21 November 2001 16:34, Danny William Adair wrote: > As from what I know (leaving aside for a moment that I basically know > nothing), Zope should be _started_ as root, but then be _running_ as > nobody. This does make sense to me, in a couple of ways. :-) > > Do you know when or wher