[Zope] Can't install LoginManager
Dieter Maurer
dieter@handshake.de
Wed, 20 Jun 2001 21:16:40 +0200 (CEST)
Pete Nesbitt writes:
> I am using Zope 2.3.2. I am trying to find a way to use LDAP (or htaccess
You know LDAPUserFolder? (--> zope@zope.org).
> ...
> Anyway, it looked like LoginManager may do the trick, but after untaring it
> and trying to start zope, LoginManager fails. (I am untaring the source in
> the top level of the zope, just like other products)
> Here is the error message:
>
> bash-2.04$ ./start
> ------
> 2001-06-20T15:49:01 ERROR(200) Zope Couldn't import Products.LoginManager
> Traceback (innermost last):
> ...
> ImportError: No module named DynPersist
You did not install "DynPersist"....
Do it.
Dieter