I have just downloaded LoginManager-0-8-8b1.tgz and installed the product. I am using Zope 2.3.2 on FreeBSD 4.0
When I restart Zope the Login Manager Product is broken with the following message:
Traceback (innermost last):
File "/usr/local/Zope/2-3-0/lib/python/OFS/Application.py", line 528, in import_products
product=__import__(pname, global_dict, global_dict, silly)
File "/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/__init__.py", line 1, in ?
import LoginManager, LoginMethods, UserSources
File "/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/LoginManager.py", line 8, in ?
from Products.ZPatterns.Specialists import Specialist
File "/usr/local/Zope/2-3-0/lib/python/Products/ZPatterns/__init__.py", line 1, in ?
import Rack, Specialists, Customizers, AttributeProviders, SheetProviders
File "/usr/local/Zope/2-3-0/lib/python/Products/ZPatterns/Rack.py", line 9, in ?
from DataSkins import DataSkin
File "/usr/local/Zope/2-3-0/lib/python/Products/ZPatterns/DataSkins.py", line 1, in ?
from DynPersist import DynPersist
ImportError: No module named DynPersist
According to the release notes all required module are included with the release. Is there something else I need installed?
BTW, The ZPatterns and PlugIn modules that came in the distribution seem to have installed properly.
Tom