Re: [Zope] problem installing login manager
You need to compile the DynPersist.c file for ZPatters to work. put a "Makefile.pre.in" file in the ZPatterns directory. (there is one in the lib/python dir, but any should work) then do a "make -f Makefile.pre.in boot" and then a "make" in the ZPatterns directory. Then it should be OK. - Note: I also had to add an empty "help" directory in the PlugIns directory to keep it from complaining about registering with the help system. hope this helps Jason --- Henny van der Linde <info@inline-info.nl> wrote:
Hi,
I just installed Zope 2.2.2 and tried to install the latest version of Login Manager.
It failed:
LoginManager Import Traceback Traceback (innermost last): File "C:\Program Files\WebSite22\lib\python\OFS\Application.py", line 397, in import_products product=__import__(pname, global_dict, global_dict, silly) File "C:\Program
Files\WebSite22\lib\python\Products\LoginManager\__init__.py",
line 1, in ? import LoginManager, LoginMethods, UserSources File "C:\Program
Files\WebSite22\lib\python\Products\LoginManager\LoginManager.py",
line 8, in ? from Products.ZPatterns.Specialists import Specialist File "C:\Program
Files\WebSite22\lib\python\Products\ZPatterns\__init__.py",
line 1, in ? import Rack, Specialists, Customizers, AttributeProviders, SheetProviders File "C:\Program
Files\WebSite22\lib\python\Products\ZPatterns\Rack.py",
line 9, in ? from DataSkins import DataSkin File "C:\Program
Files\WebSite22\lib\python\Products\ZPatterns\DataSkins.py",
line 1, in ? from DynPersist import DynPersist ImportError: No module named DynPersist
What 's happening?
Thanks
Henny van der Linde
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
__________________________________________________ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/
participants (1)
-
Jason Byron